This is a simple weather application that uses the OpenWeatherMap API to fetch and display weather data for a specific city.
- Fetches and displays the following weather data:
- City name
- Temperature
- Humidity
- Cloudiness
The live version of the application can be accessed at the following link:
- Clone the repository to your local machine.
- Open the
index.html
file in your browser.
- Enter the name of the city in the text area.
- Click the "WEATHER" button to fetch and display the weather data.
This application uses the OpenWeatherMap API.