Skip to content

Convert phone numbers to its corresponding sms gateway email. (US and Canadian numbers only)

License

Notifications You must be signed in to change notification settings

whitef0x0/phone2email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone2Email

Current stable version: v0.0.2

A package that converts a phone number to its respect sms gateway email. Uses twilio API for carrier lookups and sms-address for email lookups

See live demo here: http://phone2email.xyz

Quickstart

Install dependencies first.

$ npm install
$ bower install

Make sure to replace process.env.TWILIO_ACCOUNT_SID and process.env.TWILIO_AUTH_TOKEN with your respective Twilio accountSID and authToken.

To run:

$ npm run-scripts start

Your application should run on port 3000, so in your browser just go to http://localhost:3000

About

Convert phone numbers to its corresponding sms gateway email. (US and Canadian numbers only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published