webduinoio/webduino-blockly

how to?

houcy opened this issue · 2 comments

houcy commented

solved, thanks!

osk2 commented

Can't understand your question.

If you want to execute code with Node.js, you can do:

  1. Create new file with this line require('webduino-blockly');
  2. Append the code generated from Blockly
  3. Save file, run with node <filename.js>
houcy commented

thanks a lot!