Skip to content

mohamed-abdo/weather-forecasting-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-forecasting-rest-api

forecast weather api

The API “/data” endpoint to retrieve the averages The “/data” endpoint returns a JSON object that gives the averages of the following metrics:

  • Average temperature (in Celsius) of the next 3 days from today’s date for Day time (06:00 – 18:00) and Night time (18:00 – 06:00).

  • Average of pressure for the next 3 days from today’s date.

  • The “/data” endpoint includes a CITY parameter containing the city’s name as the input for the correct response.

...