Skip to content

Files

Latest commit

2b9e38f · Oct 13, 2024

History

History
28 lines (17 loc) · 1 KB

README.md

File metadata and controls

28 lines (17 loc) · 1 KB

Weather Dashboard ☀️🌧️

A simple Weather Dashboard app that allows users to search for the current weather conditions of any city using the OpenWeatherMap API.

The app fetches real-time data including temperature, weather description, humidity, and wind speed. It also auto-refreshes the data every minute to keep it up-to-date!

Features

  • Search for any city and get the current weather information
  • Displays temperature, weather condition, humidity, and wind speed
  • Auto-refreshes the weather data every minute
  • Error handling for invalid city names or network issues

How to Run

  1. Clone the repository:
    git clone https://github.com/yourusername/weather-dashboard.git
  1. Open the index.html file in your browser.

  2. Don’t forget to replace the API key in app.js with your own from OpenWeatherMap.

Contributions

Feel free to fork the repo, submit pull requests, or open issues! Whether it's new features, bug fixes, or performance improvements—your contributions are welcome!