1.2.1 • Published 6 years ago

@sos-sms/sos-sms v1.2.1

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

sos-sms

Node.js Version
NPM Downloads

Send error messages via Twilio with ease!

Install

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install sos-sms

Example

sossms(errorCode, userID, message);

const userID = '1234567'
const errorCode = '500'
const message = 'Red Alert!'

sossms(errorCode, userID, message);

The userID is a unique code that a user will receive after registering an account.

License

MIT

Copyright

Carl Olson, Cara Ottmar, Sarah Bixler, Zachary Schumpert