Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 642 Bytes

File metadata and controls

16 lines (11 loc) · 642 Bytes

my.HackerNews Reader and Analyzer Web App

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!