xively / xively_arduino

A library for Arduino to make it easier to talk to Xively™
https://xively.com/dev/libraries/
101 stars 67 forks source link

Web front for Xively + Arduino #5

Closed roquito closed 11 years ago

roquito commented 11 years ago

Hi all, I am a noob here so thanks in advance for the support. I have now made Arduino and Xively talk to each other just fine. Now, I would like to have a web app where I can display the information read from sensors on the Arduino but don't know what solution is the best out there. I don't necessarily wish to have to learn a new language so I can program this. Ideally, this could be done with a simple app/solution that I can send Xively API commands back and forth with. Can someone point me in the right direction or provide help?

dox commented 11 years ago

There is an 'API Endpoint' that you can use for each feed (listed at the top of your feed page). This can return your data in json, xml or csv. It's pretty well documented here: https://xively.com/dev/docs/api/data/read/single_feed/

frasermac commented 11 years ago

@Roquito Try out a simple JavaScript app that is included with the Xively JavaScript library - http://xively.github.io/xively-js/tutorial/ - the demo app sounds like what you're looking for!

Also, for questions like this that aren't exactly issues with the Arduino library, a good place to get help is on a forum just for the purpose - see Xively Help