Question

Is it possible to get all the feed id from a specific location in javascript? I already read some of xively javascript documentation http://xively.github.io/xively-js/docs/ but I still can't find the answer of my problem.

In the xively I also found some information about finding a feed https://xively.com/dev/docs/api/data/read/all_feeds/ , but I really have no idea to apply this on javascript.

Thanks,

Was it helpful?

Solution

You should be able to use the xively.feed.list methods, adding the lat, lon, radius and distance parameters.

Here is the fiddle: http://jsfiddle.net/rPuVw/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top