Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/node-poller-send-ir
https://github.com/eiriksm/node-poller-send-ir
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiriksm/node-poller-send-ir
- Owner: eiriksm
- Created: 2015-11-05T19:01:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T07:49:33.000Z (over 8 years ago)
- Last Synced: 2024-11-07T19:51:49.713Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-poller-send-ir
Used for the following sessions:
- Drupal Camp Oslo 2015.
- Drupal Dev Days Milan, 2016.In the demo I showed sending the on/off signal for a TV-remote based on a new node being posted with the word "dog" in it.
## Example usage:
```js
require('./')({
url: 'http://example.com/my-poll-endpoint',
magicWord: 'dog'
});