1 min read
WeathyDotNet

WeathyDotNet

WeathyDotNet is a CLI tool built with C# that provides a given location’s weather using OpenWeather’s API.

The tool can also be installed as a native command on your machine after a building it with the following instructions:

dotnet tool install --global --add-source ./nupkg WeathyDotNet

To see it in action, open your terminal and run the following command:

weathy <city_name>

PS: you’ll need an API key from OpenWeather to use the tool.