This is a simple weather application that fetches weather data from the OpenWeather API.
- Displays current weather for a given city.
- Fetches data from OpenWeather API in real-time.
- Shows temperature, weather description, humidity, and wind speed.
- HTML, CSS, JavaScript
- OpenWeather API
- Clone the repository:
git clone https://github.com/adarshupadhyay21/WebWeatherApp.git
- Open
index.html
in your browser. - Enter a city name to get the current weather information.
To use this app, you need an API key from OpenWeather. Follow these steps:
- Sign up at OpenWeather and get your API key.
- Add your API key to the JavaScript file:
const apiKey = 'ENTER_Your_API_KEY';
https://api.openweathermap.org/data/2.5/weather?q=London&appid=YOUR_API_KEY
This project is licensed under the MIT License.