3 releases
0.1.2 | Dec 25, 2022 |
---|---|
0.1.1 | Dec 25, 2022 |
0.1.0 | Dec 25, 2022 |
#6 in #open-weather
15KB
239 lines
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
:
mode = "location"
which is better because it allows detailed information;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.
Dependencies
~10–25MB
~377K SLoC