About This Project
This Weather Dashboard is a web application that displays real-time weather information for cities around the world.
Key Features:
- 🌍 Search for any city and get current weather details
- 📍 Uses Open-Meteo's Geocoding API to find latitude and longitude of cities
- ⛅ Displays temperature, wind speed, and weather code
- 🔘 Quick access buttons for major cities like Delhi, London, New York, etc.
How It Works:
- User enters a city name or clicks a predefined button
- The app fetches the city's coordinates using Open-Meteo's Geocoding API
- It then fetches the weather data using Open-Meteo's Forecast API
- The result is displayed dynamically on the web page
This project is built using HTML, CSS, and JavaScript, and demonstrates API integration and dynamic UI rendering.