NazarkinRoman / better-minimal-counter

Minimalistic counter js library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better-minimal-counter

Original idea by mnmly. Minimalistic counter js library.

preview

Installation

$ npm install --save git+https://github.com/NazarkinRoman/better-minimal-counter

Usage

  var BetterMinimalCounter = require( 'better-minimal-counter' ),
      bmc = new BetterMinimalCounter( 100 );
  
  document.body.appendChild( bmc.el );
  bmc.update( 80 );

License

MIT

About

Minimalistic counter js library

License:MIT License


Languages

Language:JavaScript 72.6%Language:HTML 27.4%