You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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
About

Avatar for Gordon @Gordon started