You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • As @fanoush says it's available with the Bangle.js Gadgetbridge app right now - I'll update that thread.

    I've also updated the docs, as with recent Android Integration it's as easy as:

    Bangle.http("https://pur3.co.uk/hello.tx­t").then(data=>{
      console.log("Got ",data);
    });
    
About

Avatar for Gordon @Gordon started