Skip to content

cabrador/weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-forecast

Weather forecast is an small API used for getting temperature and precipitation for given city name.

How to use

Make an API call localhost:3000//api/{city} where city is name of the city. Your request should look like this:

{
  "temperature": true, // if you want to get temperature
  "precipitation: true, // if you want to get precipitations
  "days": 5 // if you want to specifies number of days - default is 1
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages