/Django-WeatherX

WeatherX is a web application built with Django that fetches data from the Open Weather Map API and it uses data visualization to plot the data that the user requested.

Primary LanguagePythonMIT LicenseMIT

WeatherX

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.

WeatherX demo image

How to try the web app?

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

forthebadge