Skip to content

omorest/WeatherWeb-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherWeb-Backend

Endpoints

City and Country

https://weatherweb-backend.herokuapp.com/api/location/:city/:country?

Example

https://weatherweb-backend.herokuapp.com/api/location/london/UK

Latitude and Longitude

https://weatherweb-backend.herokuapp.com/api/coords/:latitude/:longitude

Example

https://weatherweb-backend.herokuapp.com/api/coords/28.2825276/-16.7685303