Dweet.io is like Twitter for IoT devices - and bttn can dweet too! See dweet.io for more information.


Creating a simple dweet:


1. Create a new action

2. Pick HTTP

3. Define HTTP POST action calling https://dweet.io:443/dweet/for/yourBttn (where "yourBttn" is a name that you can choose freely, unless someone has already taken it).

4. Add any JSON content, like {"ID":"<ID>", "date":"<DATE>", "time": "<TIME>"} for bttn ID, date and time.


Read latest dweet: https://dweet.io:443/get/latest/dweet/for/yourBttn


More dweet requests and a test page can be found at dweet.io: Play with dweet.io