This Weather Application is a web-based tool that allows users to check the current weather conditions and a 3-day forecast for any city around the world. The application utilizes the OpenWeatherMap API to fetch real-time weather data based on user input or geolocation.
- Search by City: Users can enter the name of a city to retrieve current weather information, including temperature, humidity, wind speed, and weather conditions.
- Geolocation Support: The application can automatically fetch weather data based on the user's current location using the browser's geolocation feature.
- 3-Day Forecast: Users can view a 3-day weather forecast, displaying daily temperatures and weather conditions.
- Responsive Design: The application is designed to be mobile-friendly, ensuring a seamless experience across devices.
- JavaScript Integration: Handles user interactions and dynamically fetches weather data via Open WeatherMap API
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
To run this application locally, clone the repository and open the index.html
file in your web browser. Ensure you should have an internet connection to fetch weather data from the API.