Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. console.log('US numbers:');
  2. getPrimePhoneNumbers('US', 650).then(data => console.log(data));
  3.  
  4. // Search by area code only works for US and Canada. Twilio just ignores it for other countries
  5. console.log('UK numbers:');
  6. getPrimePhoneNumbers('GB').then(data => console.log(data));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement