one-time-password-generator

1.0.2 • Public • Published

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('one-time-password-generator');

console.log(getOTP(6)); //returns a 6 digit random number

🔗 Links

portfolio linkedin

Readme

Keywords

Package Sidebar

Install

npm i one-time-password-generator

Weekly Downloads

7

Version

1.0.2

License

ISC

Unpacked Size

1.27 kB

Total Files

3

Last publish

Collaborators

  • samarth-srivastava