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 install
to create the node_modules folder - Run
npm start
ornode newscollector.js
to 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