Skip to content

This repository help to verify phone number using sms/call OTP with nodejs.

Notifications You must be signed in to change notification settings

tiniyo/nodejs-otp-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-otp-verification

This repository help to verify phone number using sms/call OTP with nodejs.

Project Image


Requirements


Setup

  • Open terminal.
  • Clone the nodejs-otp-verification into your go path and change directory to cloned repository.
    $ git clone "https://github.com/Akshat-vishwakarma/nodejs-otp-verification.git"
    $ cd nodejs-otp-verification
    $ npm install

Project Image

  • Make a new file ".env" and write your TINIYO API Key and Secret Key as-
AuthID=XXXXXXXXXXXXX
AuthSecretID=XXXXXXXXXXXXXXXXXXXX
  • Save the ".env" file.
  • Run the local node server in your console.
    $ npm start

Releases

No releases published

Packages

No packages published