Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranvir91/nodejs-phone-validator
validates the phone number and sends verification code using twilio sdk
https://github.com/ranvir91/nodejs-phone-validator
Last synced: 1 day ago
JSON representation
validates the phone number and sends verification code using twilio sdk
- Host: GitHub
- URL: https://github.com/ranvir91/nodejs-phone-validator
- Owner: ranvir91
- Created: 2024-12-14T04:32:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-14T05:22:51.000Z (about 1 month ago)
- Last Synced: 2024-12-14T06:20:16.798Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-phone-validator
validates the phone number and sends verification code using twilio sdk# how to run application
- clone the project repo
- navigate to directory and run - npm install
- now run command - npm index.js or nodemon
- open this link in browser - http://localhost:8002/api/v1/health
- thats it, you are done
- Thanks you so much