A collection of small Cycle.js apps using cycle-robot-drivers packages.
- apps/ has complete robot apps
- demo/ has apps demonstrating usage of each cycle-robot-drivers package.
- simple/ has apps demonstrating simple interactions.
- tutorials/ has the apps mentioned in tutorials.
All apps were tested with Chrome browser (>= 65.0.3325.181) only.
To run an example app, do
# First, build all packages by running `make` at the root dir
cd examples/demos/speech/
npm install
npm start