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!
- 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
- Clone the repository:
git clone https://github.com/yourusername/weather-dashboard.git
-
Open the index.html file in your browser.
-
Don’t forget to replace the API key in app.js with your own from OpenWeatherMap.
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!