adafruit-io-node icon indicating copy to clipboard operation
adafruit-io-node copied to clipboard

A Node.js Adafruit IO Node.js Client, Local Server, & io.adafruit.com TLS Tunnel.

Results 4 adafruit-io-node issues
Sort by recently updated
recently updated
newest added
trafficstars

is there still a public javascript API, as hinted at in [this tutorial](https://learn.adafruit.com/adafruit-io-basics-digital-output/raspberry-pi#node-dot-js-script)? if so, it seems to have changed since that writing--some documentation on the JS API would be...

Hi, The function feeds.create_data(data, cb) does not send the passed in data, but sends a null value instead. The problem is the following function (feeds.js, line 140-146): `proto.create_data = function(data,...

Hi there, I have been trying to use the client on both my Raspberry Pi 2 running Node.js 4.2 and my Mac running Node.js 5.5. When I try the client...

Hi Todd. I didn't realize this library was a CLI until jwcooper pointed it out [here](https://forums.adafruit.com/viewtopic.php?f=56&t=86025&p=433261#p433261). I had been building [my own CLI](https://github.com/openpipekit/opk-cli--adafruit-io) just for sending data. I'm attempting to...