@porla-contrib/pushbullet

0.3.0 • Public • Published

Pushbullet notifications for Porla

The Pushbullet plugin for Porla enables easy notifications for any event.

Usage

const porla      = require('@porla/porla');
const pushbullet = require('@porla-contrib/pushbullet')('YourAccessToken');

const app = porla();

app.on('torrent.added', [
    pushbullet('Torrent {{ torrent.name }} added')
]);

Options

The following options are supported as the last parameter of the pushbullet function.

{
    title: 'Robobot'
}

Package Sidebar

Install

npm i @porla-contrib/pushbullet

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

2.3 kB

Total Files

3

Last publish

Collaborators

  • vktr