Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarfata/xively-viewer
A clean viewer for your datastreams in Xively
https://github.com/sarfata/xively-viewer
Last synced: 2 months ago
JSON representation
A clean viewer for your datastreams in Xively
- Host: GitHub
- URL: https://github.com/sarfata/xively-viewer
- Owner: sarfata
- Created: 2013-06-12T19:55:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T05:30:43.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T16:11:24.929Z (9 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xively-Viewer
_To see this project in action - [Follow this link][live]_
I am a big fan of [Xively][xively] (before that Cosm). I have blogged about in [several][weatherstation] [occasions][pijs-tuto].
Unfortunately when they switched their name and went from Cosm to Xively, they forgot something extremely important for me: the ability to see more than the last six hours of data. Thankfully they have a [great JS API][xively-api] and I built this simple viewer to watch how my data evolved over time.
This project is released under the MIT open-source license.
Lots of credits go to Jason Neylon who [had the same problem][jason] and found most of what was needed to make this happen. I have just made it more generic.
[xively]: http://www.xively.com/
[live]: http://www.sarfata.org/xively-viewer/
[weatherstation]: www.tbideas.com/blog/2013/01/connect-your-weather-station-to-Internet
[pijs-tuto]: http://pijs.io/learn/read-data-from-a-weather-station-connected-through-a-serial-port-and-push-to-cosm
[xively-api]: http://xively.github.io/xively-js
[jason]: http://jasonneylon.wordpress.com/2013/05/26/plotting-xively-timeseries-data-using-rickshaw/