项目作者: tiniyo

项目描述 :
This repository help to verify phone number using sms/call OTP with nodejs.
高级语言: HTML
项目地址: git://github.com/tiniyo/nodejs-otp-verification.git
创建时间: 2021-01-12T07:25:14Z
项目社区:https://github.com/tiniyo/nodejs-otp-verification

开源协议:

下载


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.
    1. $ git clone "https://github.com/Akshat-vishwakarma/nodejs-otp-verification.git"
    2. $ cd nodejs-otp-verification
    3. $ npm install
  • Create your Free TINIYO Account and grab your “API Key”: https://www.tiniyo.com

Project Image

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

- Navigate to http://localhost:3001 to try it out!