Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnelliott/waybot-node
Moved/superseded —> https://github.com/johnelliott/waybot
https://github.com/johnelliott/waybot-node
Last synced: 14 days ago
JSON representation
Moved/superseded —> https://github.com/johnelliott/waybot
- Host: GitHub
- URL: https://github.com/johnelliott/waybot-node
- Owner: johnelliott
- Created: 2014-12-12T19:55:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T17:29:08.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T13:27:06.825Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Waybot-node ([blog](http://waybot.tumblr.com/))
===========A fun way to count bicycle traffic using Arduino, Raspberry Pi, and the web.
Follow along at [http://waybot.tumblr.com/](http://waybot.tumblr.com/).
Add an optional API to [Waybot](https://github.com/johnelliott/Waybot) counters with Node, Express, and Sockets
- get this repository on your local machine
- npm install
- set a serial port in config.js
- connect Waybot Counter or serial data source sending strings like this: {"time":472,"speed":15}
- start app.js by typing '$ node app'If desired, run '$ node talker.js' to mock a counter spitting out fake data.
If you want help setting up something similar, create an [issue](https://github.com/johnelliott/Waybot/issues) and I will get in touch.