Get Air Quality index for your City.
curl -f https://raw.githubusercontent.com/yankeexe/air-quality-cli/master/install.sh | sudo sh
One time setup to initialize the CLI using API token.
$ air init
$ air search kathmandu
# by default, stations whose data is not avaiable is hidden.
# use --all or -a to show stations even if there's no data.
$ air search kathmandu --all
$ air search Nepal
Fuzzy search the stations from your query.
Alternative to viewing all the stations as table, you can also fuzzy search the stations returned from your query.
Use -f
or --fuzzy
flag to initiage fuzzy searching.
$ air search kathmandu -f
# by default, stations whose data is not avaiable is hidden.
# use --all or -a to show stations even if there's no data.
$ air search kathmandu -fa
You can save stations from a number of locations to quickly view air quality there.
Save the location
$ air add kathmandu
Show air quality from all your saved locations
$ air show
# by default, stations whose data is not avaiable is hidden.
# use --all or -a to show stations even if there's no data.
$ air show --all
You can remove any saved stations/city from your config if you no longer need its information.
$ air remove
For guidance on setting up a development environment and how to make a contribution to air-quality-cli
, see the contributing guidelines.