This Django-based application provides weather-related functionality, including fetching weather data by coordinates, adding cities to the database, retrieving a list of cities, and fetching weather data for a city at a specific time with selected parameters.
- http://127.0.0.1:8000/weather/ Retrieve weather data by geographical coordinates.
- http://127.0.0.1:8000/additing_city/ Add new cities to the database with associated weather data.
- http://127.0.0.1:8000/cities/ Fetch a list of all added cities.
- http://127.0.0.1:8000/weather_with_params/ Retrieve weather data for a specific city and time with customizable parameters.