Sure! To load an app, you just call load("appname.app.js"). You can get the JS name by loading the appname.info file and looking inside, but the apps pretty much all use "appname.app.js" as the format of the name so you should be safe.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sure! To load an app, you just call
load("appname.app.js")
. You can get the JS name by loading theappname.info
file and looking inside, but the apps pretty much all use"appname.app.js"
as the format of the name so you should be safe.So the code would look like: