Created
November 15, 2015 21:29
-
-
Save deckerego/e1a96b79dd7ee398e09e to your computer and use it in GitHub Desktop.
Send Adafruit IO data using curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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