0.3.0 • Published 5 years ago

@porla-contrib/pushover v0.3.0

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

Pushover notifications for Porla

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

Usage

const porla    = require('@porla/porla');
const pushover = require('@porla-contrib/pushover')('AppToken', 'UserToken');

const app = porla();

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

Options

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

{
    title: 'Robobot'
}
0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago