Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 408 Bytes

just playing around with rust

requirements

run

git clone https://github.com/frankfaustino/aqi.git

cd aqi

cargo build

# get AQI for specified city
cargo run -- --token TOKEN info "Las Vegas"

# get cities for specified region
cargo run -- --token TOKEN search "Philippines"