This is a simple weather app built with HTML, CSS, and JavaScript. It uses the OpenWeatherMap API to get weather data.
- Get weather data for any city
- Shows temperature, humidity, and wind speed
- Open
index.html
in your browser. - Enter a city name in the input field.
- Click the "Get Weather" button.
- The app will display the temperature, humidity, and wind speed for the entered city.
You need to replace 'your_api_key'
with your actual OpenWeatherMap API key in the JavaScript code. You can get it by signing up on the OpenWeatherMap website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT