Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codeconscious/weather-cli
- Owner: codeconscious
- Created: 2022-03-10T12:28:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T08:48:27.000Z (over 1 year ago)
- Last Synced: 2023-07-16T09:40:07.714Z (over 1 year ago)
- Topics: csharp, dotnet, weather, weather-api, weather-app
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`