Creating flask app to display weather
- mkvirtualenv -p python3 flask-weather
- pip install -r requirements.
- copy settings.dist.py to settings.py and add your openweather api
python run.py
Web app built using Flask and Open Weather's API, then deployed to Heroku. The app gets weather forecast for Husker football games.
HTML