Skip to main content

A simple CLI to get live Air Quality Indices

Project description

AQIPY

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

Installation

  1. Get an API token here.
  2. Create an environment variable with your token:
    export AQIPY_TOKEN='<your_new_token>'

From source

  1. Clone this repository.
  2. 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aqipy-0.4.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page