Skip to content

Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones

License

Notifications You must be signed in to change notification settings

TheStranjer/nodebb-plugin-pushbullet

 
 

Repository files navigation

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

  1. Install and activate this plugin.
  2. 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)
  3. Enter the client key and secret into the plugin's setup page (/admin/plugins/pushbullet), and save.
  4. Reload NodeBB.

Screenshots

NodeBB Notifications in Pushbullet Push notifications on mobile phone Admin panel setup User Settings Association Page Profile Menu Item

About

Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.3%
  • Smarty 30.2%
  • CSS 4.5%