Skip to content

Instantly share code, notes, and snippets.

@tfogo
Last active January 23, 2017 20:48
Show Gist options
  • Select an option

  • Save tfogo/f5f7867e9a00f731ae1940391bf3ee00 to your computer and use it in GitHub Desktop.

Select an option

Save tfogo/f5f7867e9a00f731ae1940391bf3ee00 to your computer and use it in GitHub Desktop.
Ask Twilio to search for numbers which contain random 2 digit integers
let twilioPromise = client.availablePhoneNumbers('US').local.list({
Contains: getRandomInt(10,99),
areaCode: '650'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment