Python 3
Flask
Requests
Geopy
$ git clone https://github.com/brandon-wallace/simpleweatherreport.git
$ cd simpleweatherreport/
$ vim .env
# Add these 4 lines.
FLASK_APP=run.py
FLASK_ENV=development
SECRET_KEY=<your_secret_key>
OWM_API_KEY=<your_openweathermap_api_key>
$ pipenv install
$ flask run