Also, just to say that you can do: require("http://www.espruino.com/modules/DS18B20.js") (for example) so you can load modules directly from another site.
However:
v36 of the Web IDE has a bug where the URL must start with http://www. or https://www.
Javascript cross-site scripting restrictions mean that your website must have a Access-Control-Allow-Origin header - which GitHub doesn't
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.
Also, just to say that you can do:
require("http://www.espruino.com/modules/DS18B20.js")
(for example) so you can load modules directly from another site.However:
http://www.
orhttps://www.
Access-Control-Allow-Origin
header - which GitHub doesn't