A simple weather data dashboard that fetches and displays weather conditions using OpenWeather API and stores the data in AWS S3.
-
Clone the repository:
git clone https://github.com/yourusername/weather-dashboard-demo.git
-
Install dependencies:
cd weather-dashboard-demo pip install -r requirements.txt
-
Set up your AWS credentials and
.env
file with your API keys. -
Run the application:
python src/weather_dashboard.py
See the detailed documentation for a complete breakdown of the setup processes, code explanation, and operational details.
This project is licensed under the MIT License - see the LICENSE.md file for details.