Earlier quoted context omitted.
This type of app is not particularly monetizable. Most people would use the actual website instead of paying $0.99 cents for an app. Plus, it was a fun project to learn iOS and it costs me very little to host or maintain.
How hard was it to interface with HN? Do they provide an API to work with? Reddit has a very nice API, one of the killer features is that if you take any reddit page and add ".json" to the address it'll spit out pure json at you. For example: http://www.reddit.com/r/all becomes: http://www.reddit.com/r/all.json
Show HN: A free HN iPhone/iPad app I launched a few months ago
21–30 of 30 posts
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#22Earlier quoted context omitted.
This type of app is not particularly monetizable. Most people would use the actual website instead of paying $0.99 cents for an app. Plus, it was a fun project to learn iOS and it costs me very little to host or maintain.
I paid 99 cents for news:yc for the iPhone.
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#23I'm using your app on the iPad. A few suggestions: - Let me see my comment history & other people's replies. - Get a new color scheme for the story list. It's very hard to read, maybe that's just my colorblindness. The colors don't go together well. They're too dark for my tastes. Use an app such as Instapaper or news:yc for examples of good color flow. - List the number of comments for each story. - Option for bigge…
And I too would buy your app if you started selling it.
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#24I personally like the interface of news:yc better, except for the comments page, which can be improved. Do take a look at it and see what you can learn and improve on.
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#25Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#26Earlier quoted context omitted.
How hard was it to interface with HN? Do they provide an API to work with? Reddit has a very nice API, one of the killer features is that if you take any reddit page and add ".json" to the address it'll spit out pure json at you. For example: http://www.reddit.com/r/all becomes: http://www.reddit.com/r/all.json
Screen scraping. HN doesn't have a JSON feed, but it has fairly simple and predictable HTML.
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#27Earlier quoted context omitted.
How hard was it to interface with HN? Do they provide an API to work with? Reddit has a very nice API, one of the killer features is that if you take any reddit page and add ".json" to the address it'll spit out pure json at you. For example: http://www.reddit.com/r/all becomes: http://www.reddit.com/r/all.json
There is an unofficial api at http://api.ihackernews.com/ . It use to have a lot of timeout issues, but seems to be running a lot better now.
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#28Earlier quoted context omitted.
This type of app is not particularly monetizable. Most people would use the actual website instead of paying $0.99 cents for an app. Plus, it was a fun project to learn iOS and it costs me very little to host or maintain.
How hard was it to interface with HN? Do they provide an API to work with? Reddit has a very nice API, one of the killer features is that if you take any reddit page and add ".json" to the address it'll spit out pure json at you. For example: http://www.reddit.com/r/all becomes: http://www.reddit.com/r/all.json
It works but what it gives you is complete dump of their page, 150K, say.
It would be nice to get just the tops of the comment trees instead. But hey, its there...
Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#29Re: Show HN: A free HN iPhone/iPad app I launched a few months ago
#30I've been using it for a while and love it. Thanks for the back button. Is it possible to integrate the Reader function of Safari in iOS or is that only possible within Safari? Also, I would pay for this especially given the other attempts at the same app.