Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 795 Bytes

Weather App

This is a simple weather app built with HTML, CSS, and JavaScript. It uses the OpenWeatherMap API to get weather data.

Features

  • Get weather data for any city
  • Shows temperature, humidity, and wind speed

How to Use

  1. Open index.html in your browser.
  2. Enter a city name in the input field.
  3. Click the "Get Weather" button.
  4. The app will display the temperature, humidity, and wind speed for the entered city.

API Key

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT