Skip to content

codexshami/wheather_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌦️ Weather API Visualization

This project uses Python to fetch historical or live weather data via a public API (or CSV file) and visualizes key metrics like temperature, humidity, and wind speed using data visualization libraries such as matplotlib and seaborn.


πŸ“Œ Features

  • Fetches weather data using requests
  • Parses and cleans data with pandas
  • Visualizes trends with matplotlib and seaborn
  • Works with both live APIs and offline CSV data

🧰 Technologies Used

  • Python 3.x
  • Requests
  • Pandas
  • Matplotlib
  • Seaborn

πŸ“ Project Structure

weather-visualization/ β”œβ”€β”€ weather_visualization.py # Main Python script β”œβ”€β”€ weather.csv # (Optional) Sample data if not using live API β”œβ”€β”€ README.md # Project documentation


βš™οΈ Installation

Install all required dependencies:

pip install requests pandas matplotlib seaborn

πŸš€ How to Run Clone this repository:

git clone https://github.com/codewithshami/wheather_dashboard.git cd wheather_dashboard Run the script: python wheather_dashboard.py ⚠️ Ensure internet access if you're fetching from an API. Alternatively

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages