demo-pack-parth
v1.0.0
Published
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
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