snufka / LastMinuteTrip

1 stars 2 forks source link

Checking the API documentation of the Weather API #5

Open saul89 opened 4 years ago

saul89 commented 4 years ago

To get the weather forecast for the next 5 days we have to use this URL: https://api.openweathermap.org/data/2.5/forecast?q=" + city + "," + country + "&units=metric&appid=" + APIKey;