This is a web app/crawler inspired by node-hackernews that crawls and subsequently displays hackernews in a webapp. More updates coming soon!
hackernews.js - crawl and parse DOM into object
app.js - config and handle requests
/routes - router files /views - jade templates
To get started with the app firstCassuming you have npm and node installed) run "npm install" to install all the dependencies to run the app run either "rpm start" or "node bin/www" Note in the apps currently state it won't work - you have to fix it and add the missing features!