https://github.com/jamro/node-red-contrib-rtm
A set of nodes for Node-RED that allows integration with Remember the Milk.
https://github.com/jamro/node-red-contrib-rtm
node-red nodered rtm todo
Last synced: 15 days ago
JSON representation
A set of nodes for Node-RED that allows integration with Remember the Milk.
- Host: GitHub
- URL: https://github.com/jamro/node-red-contrib-rtm
- Owner: jamro
- License: mit
- Created: 2017-02-11T17:40:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T10:53:33.000Z (about 8 years ago)
- Last Synced: 2025-03-27T16:17:49.166Z (about 1 month ago)
- Topics: node-red, nodered, rtm, todo
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.