1.0.3 • Published 8 months ago

otp-generator-simple v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.0.3

8 months ago

1.0.1

11 months ago

1.0.0

11 months ago