1.3.3 • Published 1 year ago

smart-otp v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

smart-otp

This is a npm package for creating random otp autometically

just put with how many numbers or digit your otp will generate like 3,4,6,8 default it will create 5 digit otp.

If you give 0,1,2 or 10 onwards in digit it will create 5 digit otp.

Install

npm i smart-otp

Author

Ahin Subhra Das

Declaration

Require smart otp in the top of your file

const smartOtp=require('smart-otp');

Usage

  const otp = smartOtp(6); [Example: I need 6 digit otp so I put 6 ]
1.3.3

1 year ago

1.3.2

1 year ago

1.3.0

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.5

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago