Skip to content

v1.7.1

Latest

Choose a tag to compare

@pazurkota pazurkota released this 02 Sep 09:29
97ef138

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 to true, astronomical data will be shown
  • "show-hourly-weather" - if set to true, 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