A webapp that dislays weather and other information.
Prerequisites:
Django: pip install django
Requests: pip install requests
Geocoder: pip install geocoder
Usage:
- Download the code zip file and extract the contents.
- Open a terminal and navigate to the folder.
- Start the server by running the command python manage.py runserver
- Paste the returned url in a browser to use the app