Great! glad you got it working! It looks like there's some kind of issue with url.parse:
url.parse
>url.parse("hybrisiot.appspot.com/shelves/default"); ={"method":"GET","host":"hybrisiot.appspot.com/shelves","path":"/default","pathname":"/default","search":null,"port":80,"query":null}
I'll look into that - should be an easy fix which will be in 1v52.
@Gordon started
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.
Great! glad you got it working! It looks like there's some kind of issue with
url.parse
:I'll look into that - should be an easy fix which will be in 1v52.