hackernews-feed icon indicating copy to clipboard operation
hackernews-feed copied to clipboard

HackerNews full readable article Rss feeds

Hacker news RSS feed

  • 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

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

  • https://github.com/fb55/readabilitySAX