onetimepassword-js
v1.0.0
Published
Module to generate a one time password from js code
Downloads
4
Maintainers
Readme
Welcome to onetimepassword-js 👋
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
- Github: @andreluisjunqueira
Show your support
Give a ⭐️ if this project helped you!