Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keshav-space/aqi-monitor

An xbar script to monitor AQI on macOS
https://github.com/keshav-space/aqi-monitor

Last synced: 25 days ago
JSON representation

An xbar script to monitor AQI on macOS

Awesome Lists containing this project

README

        

# AQI Tracker

An xbar script to monitor AQI on macOS.

## How to use?

Follow the steps below after installing `xbar` (https://github.com/matryer/xbar):

1. Download the `aqi.10m.py` file.
2. Get your API token from https://aqicn.org/api/.
3. Open `aqi.10m.py` in a local text editor and add your API token here: `API_TOKEN = ""`.
4. Go to the `xbar` Plugin directory (https://github.com/matryer/xbar?tab=readme-ov-file#the-plugin-directory).
5. Paste the `aqi.10m.py` file into the Plugin directory.

## Screenshots

| ![Screenshot.png](https://raw.githubusercontent.com/keshav-space/aqi-bar-mac/refs/heads/main/assets/Screenshot.png) | ![aqi_scale.png](https://raw.githubusercontent.com/keshav-space/aqi-bar-mac/refs/heads/main/assets/aqi_scale.png) |
| ------------- | ------------- |

## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)

```
Copyright (C) Keshav Priyadarshi and others - All Rights Reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```