Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeconscious/weather-cli

A simple C# CLI application that displays weather forecasts via the OpenWeatherMap API.
https://github.com/codeconscious/weather-cli

csharp dotnet weather weather-api weather-app

Last synced: 1 day ago
JSON representation

A simple C# CLI application that displays weather forecasts via the OpenWeatherMap API.

Awesome Lists containing this project

README

        

# weather-cli

A simple C# CLI application that displays weather forecasts via the OpenWeatherMap API.

I created this for myself for a quick weekend project a while back, so it only shows my local weather now, but I plan to update it to allow passing locations via args. For now, please update the code to change locations. 🙇

## Requirements

- .NET 7
- A free OpenWeatherMap API key saved to `openweathermap.apikey`