[Press play] [Demo: scratch.mit.edu/projects/907713194/ ] [Tutorial: ahypnoman.github.io/javaScratch.html?tab=documentation&docsPage=Tutorials%3ABasic+cloud+storage+tutorial ] ––– Warning ––––––––––––––––––––– This might not display properly because I'm using a custom font (Andalé Mono). If not just go to ahypnoman.github.io/javaScratch.html ––– javaScratch –––––––––––––––––– javaScratch is a Node.js Javascript module for interacting with the Scratch API. It includes all important API features, such as cloud connections, editing projects, and getting user messages. ––– Dependencies –––––––––––––––– [Note that these are installed automatically when running an npm install] ws.js xml2js ––– Why JS –––––––––––––––––––––– I personally prefer JS to Python and also thought that all alternatives (like Meow.js) are far too outdated and don't properly embrace a modern asynchronous code style. ––– Benefits –––––––––––––––––––––– • Most recent info: /only/ the Scratch API is used • Easy-to-use event system for initialisation and cloud variables • Comprehensive cloud variable interface • Fit for a more modern code style • 100% documented (On website found in the project)