This is a simple weather app that allows users to get real-time weather information for a specified location using the OpenWeather API. It's built with basic HTML, CSS, and JavaScript.
- Sign up for a free API key from OpenWeather and replace
"YOUR_API_KEY
inmain.js
with your API key.
- Display current weather conditions, including temperature, humidity,wind speed and description.
- Allow users to search for weather information for a specific city.
- Clone this repository to your local machine:
git clone https://github.com/Chinmay-Ankolekar/Weather-Web-App.git
- Open the
index.html
file in your web browser using live server. - To search for weather information in a different city, enter the city name in the search bar and click the search button.