Hackernews-feed

minimal Hacker News front page feed provider

Hacker news RSS feed

What it would look like in Feedly

ScreenShot

Here is the result

HN RSS

Deploy to heroku

$ 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

Thanks