@schnack/plugin-notify-pushover

0.1.4 • Public • Published

notify-pushover

PushOver is a service to send notifications to your devices. You can use it to receive schnack notifications. In order to configure it you should first register for an account and download a client. Then you can create an app and copy the token and the key to notify.pushover.app_token and notify.pushover.user_key in schnack.json.

Usage

Add a plugins.notify-pushover section to your Schnack config file schnack.json:

{
    "plugins": {
        "notify-pushover": {
            "app_token": "xxxxx",
            "user_key": "xxxxx"
        }
    }
}

Then run

npm init schnack

Package Sidebar

Install

npm i @schnack/plugin-notify-pushover

Weekly Downloads

0

Version

0.1.4

License

LicenseRef-LICENSE

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • moklick
  • gka