Made with python 3.6
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd the_weather
python manage.py runserver
Go to localhost:8000 after activating the flask API and input latitude and longitude to retrieve the weather from the API