This is a simple weather application that allows users to check the current weather and a 5-day forecast for a specific city. The app displays the temperature, weather description, wind speed, and other relevant information.
- Current Weather: View the current temperature, weather description, wind speed, and other details for a specific city.
- 5-Day Forecast: Check the weather forecast for the next 5 days with average temperature and weather descriptions.
- Unit Toggle: Easily switch between Celsius and Fahrenheit units for temperature and wind speed.
- HTML
- CSS
- JavaScript
-
Clone the repository to your local machine.
git clone https://github.com/your-username/weather-app.git
-
Open the
index.html
file in your preferred web browser. -
Use the search bar to enter the city name or click "Use Current Location" to get the weather for your current location.
-
Toggle between Celsius and Fahrenheit units using the radio buttons.
- Weather data provided by OpenWeatherMap.
- Background images fetched from Unsplash.