A simple weather application that displays the current temperature, humidity, and wind speed using real-time weather API data.
- Displays current temperature
- Shows humidity and wind speed
- Responsive and clean UI
- Fetches data using JavaScript and API
- HTML
- CSS
- JavaScript
- Open-Meteo API
Weather-App/ │ ├── index.html ├── style.css ├── script.js ├── images/ │ ├── weather-icon.png │ ├── humidity.png │ └── wind.png └── README.md
- Clone the repository:
git clone https://github.com/Prateek-ind/Weather-App.git
git
