0.3.0 • Published 5 years ago

@porla-contrib/pushbullet v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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'
}