This is the public version of the OpenWeather application. It includes:
- API integrations
- Data logging and storage
- Basic configuration management
- Python 3.11
- Dependencies listed in
requirements.txt
- Clone the repository.
- Create and activate a virtual environment.
- Install dependencies using:
pip install -r requirements.txt