Metadata-Version: 2.1
Name: aqipy
Version: 0.4.0
Summary: A simple CLI to get live Air Quality Indices
Home-page: https://github.com/danoscarmike/aqipy
Author: Dan O'Meara
Author-email: omeara.dan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: requests

# AQIPY  

A simple tool to get Air Quality Indices from around the world.

## Installation    
1. Get an API token [here](https://aqicn.org/data-platform/token/#/).    
1. Create an environment variable with your token:    
`export AQIPY_TOKEN='<your_new_token>'`    

### From source
1. Clone this repository.
1. From your new directory:    
`pip3 install -e .`

### From PyPI
`pip install aqipy`

## Usage
To get the AQI for your current location (IP based):    
`aqipy`

To get the AQI for a specific location (latitude longitude):    
`aqipy geo [--latlon / -l <lat lon>]`   

### Example
`$ aqipy geo --latlon 53.8 -7.4`

## Attribution     
This tool uses APIs provided by the [World Air Quality Index Project](http://waqi.info/).   
