Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 787 Bytes

Weather App

This is a simple web application that allows users to check real-time weather information by entering a city name. It uses data fetched from a weather API to display the weather details.

Features

  • User-friendly interface
  • Dynamic weather updates based on user input
  • Integration with a reliable weather API

How to Use

  1. Enter the name of your city in the input field.
  2. Click on the "Get Weather" button.
  3. The app will display the current weather conditions for the specified city.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Weather API

How to Run Locally

  1. Clone the repository:
    git clone https://github.com/Hayadarwish/Weather-App.git
  2. Open index.html in your browser

API Used

  • Open Weather Map