Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

NodeBB Plugin - Web Notifications integration with One Signal

License

Notifications You must be signed in to change notification settings

ariastel/nodebb-plugin-one-signal

 
 

Repository files navigation

OneSignal Notifications

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

Installation

cd to nodebb folder and run:

npm install https://github.com/h98aaron/nodebb-plugin-onesignal-v1

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.

Credits

CCoB for the original NodeBB OneSignal

NodeBB for the base

About

NodeBB Plugin - Web Notifications integration with One Signal

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 87.7%
  • Smarty 12.3%