Skip to content

Instantly share code, notes, and snippets.

@theycallmeswift
Created June 1, 2012 16:25
Show Gist options
  • Save theycallmeswift/2853342 to your computer and use it in GitHub Desktop.
Save theycallmeswift/2853342 to your computer and use it in GitHub Desktop.
Twilio-node Example
// 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