/weather-api

Get Current Weather for a city in the requested format

Primary LanguagePython

README

The app creates an API getCurrentWeather which takes 'city' as input in the request body and a output format - "xml or json". It then returns the correct Weather, Latitude and Longitude of the city. It uses WeatherAPI to collect the information.

Endpoint getCurrentWeather