Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

cycle-robot-drivers Examples

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.

Getting started

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