Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.