This is a simple weather application written in Python.
This endpoint returns the current weather for a given city and country.
Query Parameters:
city
: The city to get the weather for.country
: The country to get the weather for.
Example:
/api/weather?city=London&country=Uk