Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnelliott/lookout
Speak Placemeter sensor counts
https://github.com/johnelliott/lookout
Last synced: 14 days ago
JSON representation
Speak Placemeter sensor counts
- Host: GitHub
- URL: https://github.com/johnelliott/lookout
- Owner: johnelliott
- Created: 2016-04-27T13:53:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T13:56:41.000Z (over 8 years ago)
- Last Synced: 2024-11-06T13:27:13.878Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lookout
👀
hear counts from your placemeter sensor every hour
# installing
you'll need a mac running OS X and a Placemeter account
to install, clone this repository, cd into the directory with this readme, install dependencies with `$ npm install --global .`, then have your api key handy
# use
``` sh
$ lookout --key yourplacemeterapikey --point 7112 [--classes ['pedestrians']]
$ lookout --key yourplacemeterapikey --point 7112 [--classes ['pedestrians']]
```
classes takes a JSON array# running continuously
for the union square demo sensor:
``` sh
$ PMKEY=yourplacemeterapikey POINT=7112 npm run continuous
```