Python project to check weather conditions and predict if its good day to fish or not
Install required packages: pip install -r requirements.txt
From project root, run:
- env\Scripts\activate
- set FLASK_APP=app.py (this is to configure development settings for Flask)
- set FLASK_ENV=development (this is to configure development settings for Flask)
- python -m web_app.app
In project root, create file named config.py and get Openweatherapp api key from https://openweathermap.org, set it as OPENWEATHER_API_KEY = "your_key"