Skip to content

Instantly share code, notes, and snippets.

@crtr0
Created October 18, 2012 03:47
Show Gist options
  • Save crtr0/3909765 to your computer and use it in GitHub Desktop.
Save crtr0/3909765 to your computer and use it in GitHub Desktop.
var Twilio = require('./twilio-js');
Twilio.AccountSid = "AC57534a35a8284eb49d22b122fb5be0e6";
Twilio.AuthToken = "bc80e083030a3c14638923c335c82854";
Twilio.UsageRecord.all(function(err, res) {
res.usageRecords.forEach(function(record) {
// have at it!
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment