A service that retrieves the weather forecast of the day.
https://ris-weather-svc.herokuapp.com
https://ris-weather-svc.herokuapp.com/api/docs
curl "http://ris-weather-svc.herokuapp.com/api/forecast?name=London&country=GB"
npm install
npm install mocha -g
npm test
- Pre-requisites
npm
node
- To start the app
npm install
npm start
open localhost:5000/api/docs in a browser