onetimepassword-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Welcome to onetimepassword-js 👋

Version License: ISC

Module to generate a one time password made with pure js, and can be used in any js project !!

Install

yarn install onetimepassword-js

Usage

import otp from 'onetimepassword-js'
 
const KEY = "your private key"
 
otp(KEY);

Run tests

yarn run test

Author

👤 André Junqueira - BOB

Show your support

Give a ⭐️ if this project helped you!

Package Sidebar

Install

npm i onetimepassword-js

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

7.16 kB

Total Files

16

Last publish

Collaborators

  • andrejunqueira