Weather Application

A simple weather app to check temperature, wind, and humidity based on city

HTML CSS JavaScript

Project Overview

This weather application lets you search for real-time weather details for any city. It uses the OpenWeatherMap API to display the temperature in degrees Celsius, wind speed in km/h, and humidity in percentage. A quick and simple way to see weather conditions in your browser.

Key Features

  • Built with HTML, CSS, and JavaScript
  • Search weather by entering a city name
  • Shows temperature in degrees Celsius
  • Displays wind speed in km/h
  • Shows humidity in percentage
  • Uses real-time data from OpenWeatherMap
  • Clean and responsive design