From f5e427614b5af6da014b090907aac10973726c3a Mon Sep 17 00:00:00 2001 From: Javier Cervantes <1.27201@gmail.com> Date: Wed, 5 Nov 2014 12:41:00 -0600 Subject: [PATCH] Improving README information about browser support --- README.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index cff8a6c..02713c2 100644 --- a/README.markdown +++ b/README.markdown @@ -196,9 +196,14 @@ Cylon.robot({ To compile it, use the `browserify` tool as so: - $ browserify script.js -r cylon-leapmotion > browser_script.js + $ browserify script.js -r cylon-leapmotion -o browser_script.js -For more info on browser support, and for help with different configurations, you can find more info [on our website](http://cylonjs.com/documentation/browser-support). + +It works out of the box for platforms that use HTTP to communicate with devices (Spark, Pebble, LeapMotion, AR-Drone, etc) or you could create a Chrome app to get access to serial port as shown in this [Cylon chrome example](https://github.com/hybridgroup/cylon-example-chrome). + +Finally it can also be used in combination with [phonegap](http://phonegap.com) to run inside your phone. Check out [Phonegap cylon spark repository](https://github.com/hybridgroup/phonegap-cylon-spark) for a complete example. + +For more info on browser support, and for help with different configurations, you can find more info [on our website](http://cylonjs.com/documentation/guides/browser_support). ## Hardware Support