Created
June 1, 2012 16:25
-
-
Save theycallmeswift/2853342 to your computer and use it in GitHub Desktop.
Twilio-node Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Twilio should be a constructor so you can instantiate multiple account connections. | |
var Twilio = require('twilio-js') | |
, twilioConnection1 = new Twilio("ACxxxxxxxxxxxxxxxxxxxxxx1", "xxxxxxxxxxxxxxxxxxxxxxxxx") | |
, twilioConnection2 = new Twilio("ACxxxxxxxxxxxxxxxxxxxxxx2", "xxxxxxxxxxxxxxxxxxxxxxxxx"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment