3 releases
Uses old Rust 2015
0.1.2 | Sep 10, 2016 |
---|---|
0.1.1 | Aug 25, 2016 |
0.1.0 | Jun 28, 2016 |
#13 in #forecasting
12KB
301 lines
Weather
Rust CLI weather forecasting tool.
Installation
Builds only on Rust Nightly.
cargo install weather
Supported forecast sources
Wunderground
Requires WUNDERGROUND_ACCESS_TOKEN
and WUNDERGROUND_LOCATION
environment
variables set.
Sign up here to get you access
token. To find out your preferred location one could check History
tab on city page, in case of San Francisco, CA it would be KSFO.
Supported forcast types
Current conditions
Use weather w c
to see current conditions at your station.
Hourly forecast
Use weather w h
to see hourly forecast for next 10 days. Number of days to
display can be configured by passing -d
parameter with integer value.
Dependencies
~8.5MB
~180K SLoC