A simple and intuitive weather application that allows users to check the current weather conditions for any city.
- Real-time weather data from OpenWeatherMap API
- Display of temperature, humidity, and wind speed
- Dynamic weather icons based on current conditions
- Error handling for invalid city names
- HTML5
- CSS3
- JavaScript (ES6+)
- OpenWeatherMap API
- Clone the repository to your local machine.
- Open
index.htmlin your web browser(using live-server).
- Enter a city name in the search box.
- Click the search button or press Enter.
- View the current weather for the specified city.
This application uses the OpenWeatherMap API. To run the app, you need to replace the API_KEY in the logic.js file with your own API key.