1.0.10 • Published 6 years ago

twilio-console v1.0.10

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

Twilio Console

Intercepts messages to console and sends them via Twilio.

Installation

npm install twilio-console --save

Usage

require('twilio-console');

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

Make sure the following environment variables are defined.

  • TWILIO_SID
  • TWILIO_TOKEN
  • TWILIO_FROM
  • TWILIO_TO

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

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

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.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago