Skip to content

Instantly share code, notes, and snippets.

@juanino
Created September 10, 2017 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanino/d88f70bf8b37017fa51a8d3b7ac04908 to your computer and use it in GitHub Desktop.
Save juanino/d88f70bf8b37017fa51a8d3b7ac04908 to your computer and use it in GitHub Desktop.
post to dweet.io with a curl line
# post json to dweet.io
curl \
--header "Content-Type:application/json" \
--header "Accept: application/json" \
--request POST \
--data '{"temp_last":"2:3:aa","temp":"20"}' \
https://dweet.io/dweet/for/DWEETname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment