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

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.

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
```