Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.47 KB

Wind Man - The Weather App

Wind Man

WindMan is a weather application It leverages the OpenWeather API to fetch weather data for cities worldwide. Users can enter a city name, and WindMan displays information such as humidity, temperature, and a brief weather description.

Purpose and Functionality:

WindMan is designed to provide users with real-time weather information for cities across the globe. Users can enter the name of a city, and WindMan fetches weather data using the OpenWeather API.

Technologies Used:

HTML: The backbone of the app’s structure and layout. CSS: Used for styling and making the app visually appealing. JavaScript: The programming language that powers the dynamic behavior of the app.

Features:

City Input: Users can type the name of a city into an input field. API Integration: WindMan communicates with the OpenWeather API to retrieve weather data.

Data Display:

Temperature: Displays the current temperature in Celsius . Humidity: Shows the humidity percentage. Weather Description: Provides a brief summary of the weather conditions (e.g., “Clear sky,” “Rainy,” etc.).

User Experience:

WindMan aims for a simple and intuitive user interface. Users receive relevant weather information quickly after entering a city name.