Hi I am new to using Xively and working on a project for the Craftsbury Outdoor Center. I have a few temperature and humidity sensors hooked up and streaming to Xively from an Arduino, but we think it would be useful to have the data also offline and in a spreadsheet.
Is this possible? Any help would be appreciated. Thank you
You can download your xively data in CSV format (readable by spreadsheet programs) with the REST API, just be careful not to download too much too fast (exceed the quotas).
After replacing
YOUR_*
values with your actual values, this should get you started: