Skip to content

Instantly share code, notes, and snippets.

@deckerego
Created November 15, 2015 21:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deckerego/e1a96b79dd7ee398e09e to your computer and use it in GitHub Desktop.
Save deckerego/e1a96b79dd7ee398e09e to your computer and use it in GitHub Desktop.
Send Adafruit IO data using curl
#!/bin/sh
curl -H 'X-AIO-Key: feedfacedaedbeef' -H 'Content-Type: application/json' -X POST https://io.adafruit.com/api/feeds/myfeedname/data.json -d'{"value": 17}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment