Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 775 Bytes

Weather App

This is a simple weather application that uses the OpenWeatherMap API to fetch and display weather data for a specific city.

Features

  • Fetches and displays the following weather data:
    • City name
    • Temperature
    • Humidity
    • Cloudiness

Deployment

The live version of the application can be accessed at the following link:

Check Weather ☁️🌡️❄️

Local Setup

  1. Clone the repository to your local machine.
  2. Open the index.html file in your browser.

How to Use

  1. Enter the name of the city in the text area.
  2. Click the "WEATHER" button to fetch and display the weather data.

API Used

This application uses the OpenWeatherMap API.