September 2016
Intermediate to advanced
188 pages
3h 48m
English
Now that we have stored measurement data in the previous recipe, we are now going to learn how to retrieve it and possibly use it inside applications.
For this recipe, you need to have some data stored on the Dweet.io server. For that, please follow the previous recipe if that's not done yet.
Let's suppose that you have data stored for a device called "mymkr1000" on the Dweet.io server. You can easily access the latest data that was stored on the server by typing the following command inside any web browser:
https://dweet.io/get/latest/dweet/for/mymkr1000
This will be the result:
{ "this":"succeeded", "by":"getting", "the":"dweets", "with":[ { "thing":"mymkr1000", "created":"2016-05-06T09:35:31.110Z", ...Read now
Unlock full access