Weather App

This Weather App is a simple web application that allows users to search for the weather information of a specific city. It retrieves data from the OpenWeatherMap API and displays the temperature, humidity, and other relevant details.

  • Have a look to the website https://weather-web-pied.vercel.app/

Features

  • Search for weather information of a specific city
  • Display current temperature, humidity, and country
  • Display additional weather details such as minimum temperature, maximum temperature, feels like temperature, wind speed, wind degree, description, sunrise time, and sunset time
  • Show corresponding weather images based on the weather type (clear, rain, snow, clouds, mist, haze)

Installation

  1. Clone the repository: git clone https://github.com/your-username/Weather.git
  2. Open the index.html file in your web browser. weather