Skip to content

IAmPaullo/Weather-Console-App

Repository files navigation

Simple Weather Console App

A basic console application that fetches and displays current weather information for a specified city using the OpenWeather API.

11

Features

  • 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.).

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/weather-console-app.git
  2. Open the solution in your preferred C# development environment.

  3. Replace YOUR_API_KEY in the code with your actual OpenWeather API key.

  4. Run the application.

  5. Enter the city for which you want to check the weather.

  6. View the temperature, weather condition, and snowing status in the console output.

Requirements

  • OpenWeather API key (Get it here)

About

A simple console app that shows the weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages