Skip to content

Riyanat/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Svc

A service that retrieves the weather forecast of the day.

Service URL

https://ris-weather-svc.herokuapp.com

Api Documentation

https://ris-weather-svc.herokuapp.com/api/docs

Example queries

curl "http://ris-weather-svc.herokuapp.com/api/forecast?name=London&country=GB"

Running the tests

npm install
npm install mocha -g
npm test

Running the app locally

  1. Pre-requisites
npm
node
  1. To start the app
npm install
npm start
open localhost:5000/api/docs in a browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published