Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/node-poller-send-ir


https://github.com/eiriksm/node-poller-send-ir

Last synced: 1 day ago
JSON representation

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'
});