Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keshav-space/aqi-monitor
- Owner: keshav-space
- License: gpl-3.0
- Created: 2021-09-11T17:49:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T18:18:24.000Z (3 months ago)
- Last Synced: 2024-10-28T05:00:02.609Z (2 months ago)
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```