A simple web application that allows users to check the current weather conditions for any city. The app fetches real-time weather data from OpenWeatherMap API and displays temperature, weather conditions, humidity, and wind speed.
- Real-Time Weather Data: Fetch and display current weather information for any city.
- User-Friendly Interface: Simple and intuitive design to ensure easy use.
- Dynamic Background: The background changes based on the current weather conditions (e.g., sunny, cloudy, rainy).
To run this weather app on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/Paing100/CurrentWeather.git
-
Navigate to the Project Directory:
cd CurrentWeather\Weather
-
Run the Application:
start index.html
- HTML
- CSS
- JavaScript
- OpenWeatherMap API: For fetching real-time weather data.
- Weather Forecast: Add a 7-day weather forecast feature.
- Weather Alerts: Provide severe weather alerts for selected cities.