1.0.0 • Published 4 years ago

onetimepassword-js v1.0.0

Weekly downloads
13
License
ISC
Repository
-
Last release
4 years ago

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!