@porla-contrib/pushover

0.3.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @porla-contrib/pushover

    Weekly Downloads

    2

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    2.19 kB

    Total Files

    3

    Last publish

    Collaborators

    • vktr