pushover-console

1.0.8 • Public • Published

Pushover Console

Intercepts messages to console and sends them via Pushover.

Installation

npm install pushover-console --save

Usage

require('pushover-console');

After this, every call to console.info, console.warn or console.error will send a message using Pushover.

Make sure the following environment variables are defined.

  • PUSHOVER_USER
  • PUSHOVER_TOKEN

See https://www.npmjs.com/package/dotenv for more information about defining environment variables.

/pushover-console/

    Package Sidebar

    Install

    npm i pushover-console

    Weekly Downloads

    0

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    2.49 kB

    Total Files

    4

    Last publish

    Collaborators

    • meg768