TsimpDim / NewsCollector

A news aggregator website build with Node.JS & Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsCollector

A news aggregator website build with Node.JS & Express

You can access the site here

Developing locally

To run the application locally or customize it:

  1. Clone the repository
  2. Run npm install to create the node_modules folder
  3. Run npm start or node newscollector.js to start the server. A relevant message should appear on the command line
  4. 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

About

A news aggregator website build with Node.JS & Express


Languages

Language:JavaScript 44.3%Language:CSS 32.5%Language:HTML 23.1%