One time password generator
npm install otp-generator#otp-generator
> 'otp-generator' is simple one time password generator and can be used as password generator.
[![Build Status][travis-ci-img]][travis-ci-url]
[![npm version][npm-version-img]][npm-version-url]
!npm
[![Test Coverage][coveralls-image]][coveralls-url]
[![js-standard-style][js-standard-style-img]][js-standard-style-url]

``bash`
npm install otp-generator --save
`js
const otpGenerator = require('otp-generator')
otpGenerator.generate(6, { upperCaseAlphabets: false, specialChars: false });
`$3
Arguments
* length - length of password. Optional if options is optional. default length is 10.options
* - optionaldigits
- - Default: true true value includes digits in OTP lowerCaseAlphabets
- - Default: true true value includes lowercase alphabets in OTPupperCaseAlphabets
- - Default: true true value includes uppercase alphabets in OTPspecialChars
- - Default: true true value includes special Characters in OTP
`js``
npm test
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[travis-ci-img]: https://travis-ci.org/Maheshkumar-Kakade/otp-generator.svg?branch=master
[travis-ci-url]: https://travis-ci.org/Maheshkumar-Kakade/otp-generator
[npm-version-img]: https://badge.fury.io/js/otp-generator.svg
[npm-version-url]: http://badge.fury.io/js/otp-generator
[coveralls-image]: https://coveralls.io/repos/github/Maheshkumar-Kakade/otp-generator/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/Maheshkumar-Kakade/otp-generator?branch=master
[js-standard-style-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[js-standard-style-url]: http://standardjs.com/