Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1020 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 1020 Bytes

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