nodebb-plugin-pushbullet
v4.3.0
Published
Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones
Downloads
92
Readme
This plugin is in maintenance mode
As Pushbullet's free tier is no longer able to be used by power users, and as the various apps don't seem to be updated as frequently, we've stopped actively developing this plugin for the time being.
Pushbullet Notifications
Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones.
Installation
npm install nodebb-plugin-pushbullet
Configuration
- Install and activate this plugin.
- Register an application via the Pushbullet website, and obtain a client key and secret.
- In particular, the
redirect_uri
should be your forum's URL with/pushbullet/auth
appended to it (e.g.https://community.nodebb.org/pushbullet/auth
)
- In particular, the
- Enter the client key and secret into the plugin's setup page (
/admin/plugins/pushbullet
), and save. - Reload NodeBB.
Screenshots