A basic console application that fetches and displays current weather information for a specified city using the OpenWeather API.
- Displays the temperature in Celsius for the specified city.
- Indicates whether it's currently snowing in the city.
- Shows the main weather condition (e.g., Clear, Cloudy, Rainy, etc.).
-
Clone the repository:
git clone https://github.com/your-username/weather-console-app.git
-
Open the solution in your preferred C# development environment.
-
Replace
YOUR_API_KEY
in the code with your actual OpenWeather API key. -
Run the application.
-
Enter the city for which you want to check the weather.
-
View the temperature, weather condition, and snowing status in the console output.
- OpenWeather API key (Get it here)