This is a simple weather application that allows users to search for the weather of a city. It displays the temperature, city name, humidity, and wind speed. The weather icon changes based on the weather conditions of the city.
No installation is required. Simply open the index.html
file in a web browser.
- Enter the name of a city in the search box.
- Click the search button or press Enter.
- The weather information for the city will be displayed.
This application uses the OpenWeatherMap API to fetch weather data. You will need to obtain an API key from OpenWeatherMap and replace the apiKey
variable in the code with your API key.
This project is licensed under the MIT License - see the LICENSE.md file for details.