Skip to content

Allows NodeBB to interface with the OneSignal service in order to provide push notifications via OneSignal, originally forked from nodebb-plugin-pushbullet

License

Notifications You must be signed in to change notification settings

CCob/nodebb-plugin-onesignal

 
 

Repository files navigation

onesignal Notifications

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

Installation

npm install nodebb-plugin-onesignal

Configuration

  1. Install and activate this plugin.
  2. Register an application via the onesignal website, and obtain a client key and secret.
    • In particular, the redirect_uri should be your forum's URL with /onesignal/auth appended to it (e.g. https://community.nodebb.org/onesignal/auth)
  3. Enter the client key and secret into the plugin's setup page (/admin/onesignal), and save.
  4. Reload NodeBB.

Screenshots

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

About

Allows NodeBB to interface with the OneSignal service in order to provide push notifications via OneSignal, originally forked from nodebb-plugin-pushbullet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.7%
  • Smarty 26.4%
  • CSS 4.9%