1.0.1 • Published 6 years ago

simple-password-meter.js v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

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.js

Or if you're using Yarn:

$ yarn add simple-password-meter.js

In order to use it, and after importing the library:

new password.meter(document.getElementById('password'))

License

© 2018 Magd Kudama
Released under the MIT LICENSE