Console Weather v1.7.1
Changes:
- Added astronomy info
$ weather --astronomy - Added hourly weather info (for the next 5 hours)
$ weather --hourly-weather - Added 2 new default settings:
{
"show-astronomy": true,
"show-hourly-weather": false
}"show-astronomy"- if set totrue, astronomical data will be shown"show-hourly-weather"- if set totrue, hourly weather forecast (for 5 hours) will be shown
Note: These settings is not required. You can use application without them.
Updating:
To update this tool, just simply run:
$ dotnet tool update --global console-weather