- a url parser to parse the urls of main page
- using node-readability to parse the url
- using redis to cache the parsed article
- a RSS generator to generate the rss from the previous result
- heroku friendly
$ git clone git://github.com/29decibel/hackernews-feed.git
$ cd hackernews-feed
$ heroku create
# add redis support
$ heroku addons:add redistogo
$ git push heroku master
# go enjoy your hacker news feed
$ heroku open