1.0.10 • Published 8 years ago

twilio-console v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago