Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pantchox/node-red-contrib-pushstaq
https://github.com/pantchox/node-red-contrib-pushstaq
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pantchox/node-red-contrib-pushstaq
- Owner: pantchox
- License: mit
- Created: 2021-02-21T21:58:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T11:23:20.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:44:54.272Z (about 1 month ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodered - PushStaq - Send real time alerts using Push Notifications from your Node-Red flows to any device with [PushStaq](https://www.pushstaq.com). (Nodes / Social)
README
# node-red-contrib-pushstaq
This is the official PushStaq node for Node-Red.
With this node you can trigger and alert real time push notifications messages from your Node-Red flows to any device with PushStaq.
To use PushStaq you can quickly register at https://www.pushstaq.com and start pushing messages in less than a minute setup 📱🖥️🔥🚨
For a **full walkthrough** tutorial with End-to-end encryption tutorial at https://www.pushstaq.com/blog/node-red-push-notifications-with-pushstaq/
## Quick Setup Guidelines
### PushStaq
- Sign in / Sign up at https://www.pushstaq.com and create a channel or select existing one you would like to push messages to from Node-Red.
![pushstaq create a channel](pushstaq-node-red-create-channel.png)- In the selected channel, click the top right settings icon to open the settings pane.
![pushstaq create a channel](pushstaq-node-red-settings-icon.png)- In the Settings pane click the "Generate API Key" button, this will create a new API key you can copy to be used in Node-Red.
![pushstaq create a channel](pushstaq-node-red-settings-pane.png)- To receive real time push notifications, login from the Desktop or Mobile device you wish to subscribe to and click the channel "Subscribe" button, on any new message in the channel you will receive a notification.
### Node-Red
- Install this module in Node-Red and drag the node from the pallette.
- Double click to edit node properties where inside you will need to paste the channel API key you copied from PushStaq channels settings pane and you are all set.For any questions or bugs or requests please open a new [issue here](https://github.com/pantchox/node-red-contrib-pushstaq/issues/new)