Live Link : https://windman.netlify.app/
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.
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.
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.
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.
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.).
WindMan aims for a simple and intuitive user interface. Users receive relevant weather information quickly after entering a city name.