The Weather App is a web application that allows users to check the weather forecast for a specific location. It fetches weather data from a weather API and displays relevant information to the user.
- Get the current weather conditions for a specific location.
- Display the temperature, weather description, humidity, and wind speed.
- Support for searching weather by city name or ZIP code.
- HTML
- CSS
- JavaScript
- Weather API (
https://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${lon}&appid=${API_KEY}&units=metric
)
- Any modern web browser
- API key from the weather API provider (API KEY - => "d1845658f92b31c64bd94f06f7188c9c")
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
cd weather-app