simple-password-meter.js
v1.0.1
Published
An ultra-simple password meter written in pure JavaScript
Readme
Introduction
Simple Password Meter is an easy-to-use password meter plugin written in pure JavaScript. It's so simple, I don't think it needs any documentation.
It's heavily based on this JQuery package.
Install
$ npm install --save simple-password-meter.jsOr if you're using Yarn:
$ yarn add simple-password-meter.jsIn order to use it, and after importing the library:
new password.meter(document.getElementById('password'))License
© 2018 Magd Kudama
Released under the MIT LICENSE
