Displays the weather temperatures in different cities and saves the information.
The user can add and delete cities from the home page.
You can't add cities, which are already in the list or don't exists.
A message is displayed, when a city is successfully added and when an error occures.
To get a local copy up and running follow these simple example steps.
- Get a free API Key at https://openweathermap.org
- Clone the repo
git clone https://github.com/KaloyankerR/Django-Weather-app.git
- Install Django
pip install django
- Enter your API in
./weather/base/views.py
api_key = 'ENTER YOUR API';
This project can be used to monitor the temperature in different cities.
I've included a few of my favorites to kick things off!