# node-red-contrib-rtm

A set of nodes for [Node-RED](http://nodered.org) that allows integration with [Remember the Milk](https://www.rememberthemilk.com).

## Installation

This package can be installed from the 'manage palette' option in the Node-RED menu. Alternatively in your Node-RED user directory, typically ~/.node-red, run

    npm install node-red-contrib-rtm
    
## Nodes

- **RTM Auth** - helps to obtain API Token and setup an authorized connection to the API
- **RTM Call** - a generic node that calls any method of the API
- **RTM Add Task** - add new task to Remember the Milk app
- **RTM Search** - search for tasks that match the query

## License

This software is released under the MIT license.
