Last active
January 23, 2017 20:48
-
-
Save tfogo/f5f7867e9a00f731ae1940391bf3ee00 to your computer and use it in GitHub Desktop.
Ask Twilio to search for numbers which contain random 2 digit integers
This file contains hidden or 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
| 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