https://github.com/leighmcculloch/purpleairmonitor
Monitor for PM2.5 via Purple Air. Supports single sensor ID.
https://github.com/leighmcculloch/purpleairmonitor
Last synced: 2 months ago
JSON representation
Monitor for PM2.5 via Purple Air. Supports single sensor ID.
- Host: GitHub
- URL: https://github.com/leighmcculloch/purpleairmonitor
- Owner: leighmcculloch
- License: gpl-3.0
- Created: 2020-09-07T20:26:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T20:29:18.000Z (over 4 years ago)
- Last Synced: 2023-04-10T13:11:35.448Z (about 2 years ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purpleairmonitor
Monitor for PM2.5 via Purple Air. Supports single sensor ID.## Install
From source:
```
go get github.com/leighmcculloch/purpleairmonitor
```## Usage
```
$ ./purpleairmonitor
Usage of ./purpleairmonitor:
-h display this help
-id int
sensor ID
-t float
PM2.5 threshold to alert on
```