The Weather Web App is a simple web application that allows users to check the current weather for a specific location. Users can enter the name of a city, and the app will provide real-time weather data including temperature, weather condition, and a high/low temperature forecast.
-
Search by City: Users can enter the name of a city in the search box and press Enter to get the current weather data for that city.
-
Temperature in Celsius: The app displays the temperature in Celsius.
-
Detailed Weather Information: Along with the temperature, the app also displays the current weather condition and the forecasted high and low temperatures.
-
Error Handling: If a city is not found, the app displays an error message indicating that the city was not found.
- Open
index.html
in a Web Browser:
Open the index.html
file in your preferred web browser.
- Enter City Name:
In the search box, enter the name of the city you want to get weather information for and press Enter.
- View Weather Information:
The app will display the current weather information for the specified city.
- HTML
- CSS
- JavaScript
- OpenWeatherMap API - Provides access to weather data.
- The Weather Web App was created by umahi christopher
This project is licensed under the MIT License.