We’ve added a new way to share what your things are doing on dweet.cc.
Claimed things can now have their own optional public live data page, giving you a simple, shareable dashboard for your project, sensor, device, or experiment.
For example:
https://dweet.cc/thing/alice
The page displays the thing’s latest public data along with recent updates in an easy-to-read dashboard.
You stay in control. Public pages are disabled by default and can be enabled or disabled by the owner using an authenticated dweet.
Enable a public page:
/dweet/for/alice?auth=YOUR_TOKEN&public_page=on
Disable it:
/dweet/for/alice?auth=YOUR_TOKEN&public_page=off
Check its current status:
/dweet/for/alice?auth=YOUR_TOKEN&public_page=status
Only the owner of a claimed thing can change this setting.
Public pages only display public dweets and are designed to avoid exposing authentication and other sensitive fields. If a public page is disabled, its /thing/... page is unavailable.
This opens up some fun possibilities: weather stations, environmental sensors, home automation, hardware projects, status monitors, demonstrations, classroom projects, and anything else you want to share live.
Dweet it. Share it. Watch it live.