This Weather Application retrieves current weather information using the OpenWeatherMap API. It displays temperature, humidity, wind speed for a specified city.
-Temperature Conversion: The application converts the temperature from Kelvin to Celsius and Fahrenheit.
- Wind Speed Unit Conversion: The wind speed is displayed in kilometers per hour (km/h) by default.
- Sunrise and Sunset Times: The sunrise and sunset times are shown in a short time format.
- Humidity Information: Shows the current humidity percentage, indicating the amount of moisture in the air.
- Detailed Weather Description: Provides a detailed description of the current weather conditions.
- Atmospheric Pressure: Displays the atmospheric pressure.
- Enter the desired city in the provided text box.
- Click the "Search" button to retrieve and display current weather information.
- Newtonsoft.Json (Json.NET) for JSON deserialization.
This application utilizes the OpenWeatherMap API for weather data.
Compile and run the application using your preferred C# development environment.
