otp-generator-polai
v1.0.0
Published
generates random otp for the given length
Downloads
6
Maintainers
Readme
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