Webduino-Blockly
The Visual Programming Editor for Webduino.
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs.
Installation
First, make sure bower has been installed.
$ git clone https://github.com/webduinoio/webduino-blockly.git$ cd webduino-blockly$ bower install
Now, webduino-blockly has been successfully installed. Open your browser point it to index.html.
Generated-Code Usage
Browser
Webduino
Node.js
Require the module first by:
;
Then paste-in the code generated by Blockly.
License
Webduino-Blockly is released under the MIT License.
Please read LICENSE for more information.