A basic weather web page that displays current weather of the specific country or city around the world
GET /api.openweathermap.org/data/2.5/weather?q=${city}&appid=${apiKey}`| Parameter | Type | Description |
|---|---|---|
apiKey |
string |
Required. Your API key |
city |
string |
Required. Longitude and latitude of specific location |