Skip to content

umahichristopher/weather-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

Weather Web App Screenshot

Overview

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.

Features

  • 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.

How to Use

  1. Open index.html in a Web Browser:

Open the index.html file in your preferred web browser.

  1. Enter City Name:

In the search box, enter the name of the city you want to get weather information for and press Enter.

  1. View Weather Information:

The app will display the current weather information for the specified city.

Technologies Used

  • HTML
  • CSS
  • JavaScript

API Used

Acknowledgements

License

This project is licensed under the MIT License.