The Weather App is a user-friendly web application that allows you to effortlessly check the weather forecast for cities around the world. With a sleek and intuitive interface, it provides real-time weather information, including temperature, humidity, wind speed, and weather conditions, at your fingertips.
Welcome to the Weather App, a simple web application for checking the weather forecast for different cities.
- Search for weather information by entering a city name.
- View current temperature, humidity, and wind speed.
- See weather icons based on the current weather conditions.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open
index.html
in a web browser. - Enter a city name in the search box and click the search button.
- View the weather information for the specified city.
This project uses the OpenWeatherMap API for weather data. You need to obtain an API key and replace it in the JavaScript code to make the API requests. Get your API key here.
const apiKey = "YOUR_API_KEY_HERE";