A modern, responsive weather application that shows real-time weather, a 5-day forecast, city autocomplete, and location-based weather using the OpenWeather API.
- π€ Live weather data (temperature, humidity, wind)
- π 5-day weather forecast
- π Search any city
- β¨ Autocomplete city suggestions
- π Detect My Location (GPS)
- π Auto-refresh every 10 minutes
- π¨ Animated gradient UI
- π± Fully responsive design
- HTML
- CSS
- JavaScript
- OpenWeather API
- Download or clone the project
- Open
index.htmlin your browser - Enter a city name or tap Detect My Location
Open app.js and add your API key:
const apiKey = "0676d18bf2b85065393605bb996c2066";