openweather-cli

Crates.ioopenweather-cli
lib.rsopenweather-cli
version0.1.2
sourcesrc
created_at2022-12-25 20:01:34.991017
updated_at2022-12-25 21:50:10.967764
descriptionAn openweather cli wrapper
homepagehttps://github.com/LighghtEeloo/openweather.rs
repositoryhttps://github.com/LighghtEeloo/openweather.rs
max_upload_size
id745431
size48,533
(LighghtEeloo)

documentation

README

OpenWeather CLI in Rust

An unofficial cli for openweathermap that outputs json purely for api calling purposes.

Upon installation, please run

openweather init

and enter the api_key acquired from https://openweathermap.org/api.

There are two modes of query from openweathermap.org:

  1. mode = "location" which is better because it allows detailed information;
  2. mode = "city" which only supports current weather query.

The rest are the granularity settings.

You can always come back and config them with

openweather edit

The rest commands can be found by running plain openweather.

Upon querying, run

openweather query

and use openweather query -h for more information.

Commit count: 9

cargo fmt