Skip to content

chesles/twilio-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

twilio-sms: a stripped-down twilio rest client.

This supports sending text messages through twilio.

Usage:

var TwilioClient = require("twilio-sms");
var client = new TwilioClient(accountSid, authToken);
client.sendSMS(from, to, message, callback);

About

Simple twilio SMS client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published