Skip to content

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.

License

debugleader/Django-WeatherX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published