A simple weather application and chrome extension that provides real-time weather updates based on city input. The application utilizes the OpenWeatherMap API to fetch weather data and displays current temperature, humidity, and wind speed.
- Search for weather updates by entering a city name.
- Displays temperature in Celsius.
- Shows weather conditions (e.g., light rain, clear sky).
- Displays humidity and wind speed.
- Responsive design for mobile and desktop devices.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/quick-weather-update.git
-
Navigate to the project directory:
cd quick-weather-update
3.Open index.html in your preferred web browser.
1.Enter a city name in the input box. 2.Click the search button (magnifying glass icon). 3.The application will display the current weather information for the specified city. 4.If the city is not found, an error message will be displayed.