1.0.0 • Published 9 months ago
otp-generator-polai v1.0.0
OTP Generator
This package generates random otp which can be used in addition to any messaging service or as a random number generator for the given length
Usage/Examples
const getOTP = require('otp-generator');
console.log(getOTP(6)); //returns a 6 digit random number
1.0.0
9 months ago