mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
2d28a2304f
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question. as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository |
||
---|---|---|
.. | ||
locales/en-US | ||
57-notify.html | ||
57-notify.js | ||
LICENSE | ||
node-red.png | ||
package.json | ||
README.md |
node-red-node-prowl
A Node-RED node to send local popup notifications.
Uses Growl
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-node-notify
Uses Growl so should work cross platform but will need pre-reqs installed... see this link for detailed instructions.
If installing on Windows you MUST read the install instructions ... especially the bit about adding growlnotify to your path... or it WILL NOT work.
Usage
Uses Growl to push the msg.payload
to the local desktop.
The title can be set by msg.topic
.