npmotp
v1.0.0
Published
Generates otp for given length
Downloads
4
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