Skip to content

WindSunriseTechnology/webduino-blockly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

<!DOCTYPE html>
<html>
<head>
  <title>Webduino</title>
</head>
<body>
  <script src="//webduino.io/components/webduino-js/dist/webduino-all.min.js"></script>
  <script src="webduino-blockly.js"></script>
  <script>
    // Paste the code generated by Blockly here.
  </script>
</body>
</html>

Node.js

Require the module first by:

require('webduino-blockly');

Then paste-in the code generated by Blockly.

Webduino-Blockly is released under MIT License.

Please read License for more information.

About

The Visual Programming Editor for Webduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • HTML 4.6%
  • CSS 1.2%
  • Python 1.1%