# webduino-blockly-wp **Repository Path**: li0544/webduino-blockly-wp ## Basic Information - **Project Name**: webduino-blockly-wp - **Description**: webduino图形化开发环境 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2017-01-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Webduino-Blockly The Visual Programming Editor for [Webduino](http://webduino.io). Google's [Blockly](https://github.com/google/blockly) is a web-based, visual programming editor. Users can drag blocks together to build programs. ## Installation First, make sure [bower](http://bower.io) has been installed in your system. ```Shell $ 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 Insert scripts in your html: ``` ``` Then paste-in the code generated by Blockly. #### Node.js Require the module: ```javascript require('webduino-blockly'); ``` Then paste-in the code generated by Blockly. ## [License](LICENSE)