hiyori

Crates.iohiyori
lib.rshiyori
version0.1.0
sourcesrc
created_at2021-12-29 08:46:33.287841
updated_at2021-12-29 08:46:33.287841
descriptionCLI application to check the current weather.
homepagehttps://github.com/kironono/hiyori
repositoryhttps://github.com/kironono/hiyori
max_upload_size
id504705
size36,092
Junichi Kakisako (kironono)

documentation

README

hiyori

version license

CLI application to check the current weather.

❯ hiyori -l tokyo
Location      : Tokyo, JP (2021-12-21 22:58:46 +09:00)
Weather       : Clear, clear sky
Temperature   : 9.71 C
Pressure      : 1010 hPa
Humidity      : 67 %
Wind Speed    : 2.06 m/s
Wind Direction: 300 deg

Installation

cargo install:

cargo install hiyori

USAGE

USAGE:
    hiyori [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --location <location>    Weather location [default: tokyo]

License

hiyori is distributed under the terms of the MIT license.

See the LICENSE files in this repository for more information.

Commit count: 8

cargo fmt