https://weather-app-five-coral.vercel.app/
A simple and user-friendly weather application that provides current weather conditions, 5-day forecast, air quality index, and other meteorological information based on the user's input city or current location. The app uses the OpenWeatherMap API to fetch weather data.
- Current Weather: Displays the current temperature, weather description, and weather icon for the specified city.
- 5-Day Forecast: Provides a 5-day weather forecast with daily temperature and weather conditions.
- Air Quality Index: Shows the current air quality index and detailed pollutant levels (PM2.5, PM10, SO2, CO, NO, NO2, NH3, O3).
- Sunrise and Sunset: Displays the sunrise and sunset times.
- Additional Weather Information: Includes humidity, pressure, visibility, wind speed, and "feels like" temperature.
- Hourly Forecast: Provides an hourly forecast for the current day.
- Location-Based Weather: Users can get weather information for their current location using geolocation.
weather-app/
│
├── index.html
├── style.css
├── index.js
├── README.md