Air Quality Index CLI
Get Air Quality index for your City.
Installation
$ pip install air-quality-cli
Contents
Usage
Initialization
One time setup to initialize the CLI using API token.
$ air init
Seach for air quality based on country or city name
$ air search kathmandu
$ air search Nepal
Save your city to config for quick view.
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
Contributing
For guidance on setting up a development environment and how to make a contribution to air-quality-cli
, see the contributing guidelines.