Skip to content

gsmnv/weather-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust CLI weather forecasting tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages