Yes, absolutely. Just follow the 'Project Tour' that's accessible from 'Project' in the Settings menu. It'll let you set up a directory that can have your own modules in.
You can also just type require("http://foo.bar/hello.js") (you can even link to the 'raw' file on GitHub).
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.
Yes, absolutely. Just follow the 'Project Tour' that's accessible from 'Project' in the Settings menu. It'll let you set up a directory that can have your own modules in.
You can also just type
require("http://foo.bar/hello.js")
(you can even link to the 'raw' file on GitHub).Hope that helps!