A simple weather app built with HTML, CSS, and JavaScript that allows users to check the current weather for a city.
- Enter the name of a city.
- Click the "Get Weather" button to fetch and display current weather information for the entered city.
- Displays the city name, temperature, and weather description.
- Clone this repository to your local machine.
- Open the
index.html
file in a web browser. - Enter the name of the city you want to check the weather for.
- Click the "Get Weather" button.
This app uses the OpenWeatherMap API to fetch weather data. You will need to sign up for a free API key at OpenWeatherMap and replace 'YOUR_API_KEY'
in the script.js
file with your actual API key.
This project is licensed under the MIT License - see the LICENSE file for details.
- Weather data provided by OpenWeatherMap.
Pratik
Feel free to customize this README with additional information or instructions as needed.