Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 506 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 506 Bytes

weatherJS

JS application to use yahoo weather API

Setup

###Dependencies

Starting the server

  1. Install the dependencies
npm install
  1. Start the server
npm start

Development Tools

Tests

Run the tests by running:

npm run test

Linting

Run the linting report by running:

npm run lint

Powered By