Skip to content

bebarle/otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP

A very basic implementation of 2 API calls for generating and verifying OTP

Getting Started

  1. Clone the repo
git clone https://github.com/bebarle/otp.git
  1. Install the app dependencies:
cd otp
npm install
  1. Config There is a .env file to manage timeout and port. Default values are:
PORT = 3000
REQUEST_TIMEOUT_IN_SECONDS=60
  1. Run
npm start

The endpoints are:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published