WeatherX is a web application built with Django that fetches data from the Open Weather Map API and it uses data visualization libraries to plot the data that the user requested.
Note: You need to change the API_KEY_VAR to a key that you can generate from the Open Weather Map API.
cd into the repository location in your machine.
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver