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: 4 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T20:51:03.000Z (over 10 years ago)
- Last Synced: 2025-01-21T11:13:34.284Z (5 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.
**exampleService**
This is a service that tells you if a website is currently up.
