Skip to content

A simple weather data dashboard that fetches and displays weather conditions using OpenWeather API and stores the data in AWS S3.

Notifications You must be signed in to change notification settings

awscloudgirl/weather-dashboard-demo

Repository files navigation

Weather Dashboard Demo

Project Overview

A simple weather data dashboard that fetches and displays weather conditions using OpenWeather API and stores the data in AWS S3.

Quick Start

  1. Clone the repository:

    git clone https://github.com/yourusername/weather-dashboard-demo.git
    
  2. Install dependencies:

    cd weather-dashboard-demo
    pip install -r requirements.txt
    
  3. Set up your AWS credentials and .env file with your API keys.

  4. Run the application:

    python src/weather_dashboard.py
    

Further Details

See the detailed documentation for a complete breakdown of the setup processes, code explanation, and operational details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A simple weather data dashboard that fetches and displays weather conditions using OpenWeather API and stores the data in AWS S3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages