porla-pushbullet

0.2.0 • Public • Published

Pushbullet for Porla

The porla-pushbullet script integrates with Pushbullet to provide real-time push notifications.

To use the Pushbullet script, you will need an access token. This can be acquired by heading to your account settings and click Create access token.

It is recommended to encrypt your access token before adding it to your configuration.

Example configuration

{
  "pushbullet": {
    // Your access token
    "access_token": "...",
 
    // An array of events which will trigger a notification.
    // Available events:
    // - transfer_added
    // - transfer_error
    // - transfer_finished
    "notify_events": [ 'transfer_added', 'transfer_finished' ]
  }
}

Installing in Porla

From your Porla project repository, run:

npm install porla-pushbullet --save

Then add porla-pushbullet to your external-scripts.json:

[
    "porla-pushbullet"
]

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i porla-pushbullet

    Weekly Downloads

    2

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • vktr