Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothans/iot-debugger
Use this simple web-based tool to see data stored in an Internet of Things data service such as ThingSpeak
https://github.com/nothans/iot-debugger
iot javascript thingspeak
Last synced: about 2 months ago
JSON representation
Use this simple web-based tool to see data stored in an Internet of Things data service such as ThingSpeak
- Host: GitHub
- URL: https://github.com/nothans/iot-debugger
- Owner: nothans
- License: mit
- Created: 2016-02-21T02:30:37.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:33:23.000Z (9 months ago)
- Last Synced: 2024-04-17T20:51:35.754Z (9 months ago)
- Topics: iot, javascript, thingspeak
- Language: HTML
- Homepage:
- Size: 88.9 KB
- Stars: 22
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoT Debugger
Use this simple web-based tool to see data stored in an Internet of Things data service such as [ThingSpeak](https://thingspeak.com/channels/9) and [Particle.io](https://build.particle.io/signup).## Demo
* [Open Demo App for ThingSpeak](https://nothans.github.io/iot-debugger/app/thingspeak.html)
* Click play button to start getting data## How to Use IoT Debugger
* Download project
* Open index.html in a browser tab
* Select either ThingSpeak or Particle
* To use ThingSpeak - Enter the ThingSpeak Channel and Read API Key and click the play button to start getting data
* To use Particle - Enter the Access Token for the Particle.io Build Account## Features
* ThingSpeak Data Logger and Channel Browser
* Particle.io Webhooks Manager
* Settings are saved in LocalStorage
* Built using HTML5, Bootstrap, and jQuery
* Open Source!