Hey,
I am using a nodemcu connected to wifi with a DHT22 sensor. It works great and I can see the sensor’s data in my feeds.
Is there a way to export a JSON and send it to a differnt server using XOD?
I would like to use this data on a site I will build.
Also, you can check out how the feed nodes get the data from the XOD Cloud, and send requests to the XOD Cloud Feeds directly from your website
In a few words: GET https://api.xod.io/iot/value/{username}/{topic}
with a header Autorization: Bearer <token>, where <token> is an API token, which you have created in the XOD IDE to send/receive the data to/from XOD Cloud feeds.
Thanks.I try to connect to a local server I set up but to no avail. No problem connecting to XOD cloud thoguh.
Also I trie to send request my XOD API adress but to no avail. Any ideas of how should I use the XOD cloud adress with the token?