Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 431 Bytes

File metadata and controls

13 lines (8 loc) · 431 Bytes

OpenWeatherMapAPI

Created a web service that retrieves weather details (city ID, city name, weather, temperature) from Open Weather Map API:

Fetch weather details by city name:

localhost:8081/api/weather/London&{INSERT APPID HERE}

Fetch weather details by city ID:

localhost:8081/api/group/2643743,3067696,5391959&{INSERT APPID HERE}

Method Type: GET

For more details, check out: https://openweathermap.org/api