Skip to content

29decibel/hackernews-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HackerNews full readable article Rss feeds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published