A news aggregator website build with Node.JS & Express
You can access the site here
To run the application locally or customize it:
- Clone the repository
- Run
npm installto create the node_modules folder - Run
npm startornode newscollector.jsto start the server. A relevant message should appear on the command line - Open your browser and go to http://localhost:3000
To enable JSHint install it using npm install jshint or for a globall install use npm install -g jshint