Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnmly/minimal-counter

minimal counter
https://github.com/mnmly/minimal-counter

Last synced: 17 days ago
JSON representation

minimal counter

Awesome Lists containing this project

README

        

# minimal-counter

minimal counter

☞ [Demo]

[Demo]: http://mnmly.github.com/minimal-counter/

## Installation

$ component install mnmly/minimal-counter

## Usage

```javascript

var MinimalCounter = require( 'minimal-counter' ),
minimalCounter = new MinimalCounter( 100 );

document.body.appendChild( minimalCounter.el );
minimalCounter.update( 80 );

```

## API

### MinimalCounter::update

Updates to the number

## License

MIT