Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

dkundel/phone-verification-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published