1.0.8 • Published 6 years ago

pushover-console v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago