/phone-verification-form

An example of a phone number verification in the form without Regular Expressions

Primary LanguageHTMLMIT LicenseMIT

Phone Number Verification without Regular Expression

This demo uses the Twilio Lookup API to verify phone numbers. You will require a Twilio account to run this demo. Sign up for free.

Setup

1. Make sure you have Node.js and NPM installed

2. Clone repository and install dependencies

git clone https://github.com/dkundel/phone-verification-form.git
cd phone-verification-form
npm install
cp .env.example .env

3. Enter you Twilio credentials in the .env file

4. Start the server:

npm start

5. Navigate to http://localhost:3000

Contributors

License

MIT