https://github.com/nodebb-community/nodebb-plugin-pushbullet
Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones
https://github.com/nodebb-community/nodebb-plugin-pushbullet
Last synced: 4 months ago
JSON representation
Allows NodeBB to interface with the Pushbullet service in order to provide push notifications to user mobile phones
- Host: GitHub
- URL: https://github.com/nodebb-community/nodebb-plugin-pushbullet
- Owner: NodeBB-Community
- License: mit
- Created: 2014-06-18T01:12:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:51:49.000Z (over 3 years ago)
- Last Synced: 2025-04-11T17:43:26.193Z (9 months ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 8
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
1. Install and activate this plugin.
1. [Register an application via the Pushbullet website](https://www.pushbullet.com/create-client), 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`)
1. Enter the client key and secret into the plugin's setup page (`/admin/plugins/pushbullet`), and save.
1. Reload NodeBB.
## Screenshots





