Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 487 Bytes

File metadata and controls

16 lines (11 loc) · 487 Bytes

Weather App

This is a simple weather application that allows users to search for the current weather in any city. The application uses the OpenWeatherMap API to fetch weather data.

Features

  • Search for the current weather by city name.
  • Display temperature, humidity, wind speed, and weather condition.
  • Show an error message if the city is not found.

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/weather-app.git
    cd weather-app