Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1egoman/que-iot-examples
Example client things and services for https://github.com/1egoman/que-iot
https://github.com/1egoman/que-iot-examples
Last synced: about 1 month ago
JSON representation
Example client things and services for https://github.com/1egoman/que-iot
- Host: GitHub
- URL: https://github.com/1egoman/que-iot-examples
- Owner: 1egoman
- Created: 2014-10-10T22:09:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T20:51:03.000Z (about 10 years ago)
- Last Synced: 2024-04-11T13:59:58.236Z (9 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Que IoT Examples
Example clients for [https://github.com/1egoman/que-iot](https://github.com/1egoman/que-iot)**Thing vs Service**
A thing does an action in real life (ex: printing something to terminal or watering a plant)
while a service receives and processes data for things or api clients to possibly use.**exampleThing**
This is a simple thing that echos what's typed into the box in Que's dashboard to the terminal when the user presses a button.
![exampleThing](img/exampleThing.png)**exampleService**
This is a service that tells you if a website is currently up.
![exampleService](img/exampleService.png)