1.0.3 • Published 7 months ago

otp-generator-simple v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

OTP Generator

This package generates otp.

Installation

npm install otp-generator-simple

Usage

const otp = require('otp-generator-simple');
console.log(otp()); // 4 digit otp
console.log(otp(3)); // 3 digit otp

Can generate 10 digit otp
1.0.2

7 months ago

1.0.3

7 months ago

1.0.1

9 months ago

1.0.0

9 months ago