weather 0.1.2

Rust CLI weather forecasting tool
weather-0.1.2 doesn't have any documentation.

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.