This Weather App provides real-time weather updates using a weather API. It displays temperature, wind speed, and humidity levels while dynamically updating the background image based on the current climate conditions.
- Real-time Weather Data: Fetches live weather details from a weather API.
- Temperature Display: Shows current temperature in the selected location.
- Wind and Humidity Levels: Provides detailed weather insights.
- Dynamic Background: Changes the climate image based on weather conditions.
- User-friendly Interface: Clean and responsive UI for better usability.
- Frontend: HTML, CSS, JavaScript
- API Integration: OpenWeatherMap API (or any other weather API used)
- Clone the repository:
git clone https://github.com/yourusername/Weather-App.git
- Navigate to the project directory:
cd Weather-App - Open
index.htmlin a browser:Open index.html
- Enter a city name in the search bar.
- Click the Search button to fetch weather data.
- The app will display temperature, wind speed, and humidity levels.
- The background image updates dynamically based on the weather conditions.
City: Colombo
Temperature: 30°C
Wind Speed: 12 km/h
Humidity: 78%
Weather: Clear Sky
Contributions are welcome! Feel free to fork the repository and submit a pull request.