Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 534 Bytes

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.

...