A weather forecast app built with OpenWeatherMap API.
Open terminal and install required dependencies using following command -
pip install -r requirements.txt
Get an API key from https://www.openweathermap.org, and replace with my key in Views python file.
Open terminal in directory where manage python file resides. And then execute following command -
python manage.py runserver
Go to browser and hit following url -
localhost:8000