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

https://github.com/bullgit/counter-counter

Add a nice counter that counts your counters
https://github.com/bullgit/counter-counter

Last synced: 5 months ago
JSON representation

Add a nice counter that counts your counters

Awesome Lists containing this project

README

          

# Counter Counter

The elusive and nice `counter counter` by [bullgit](https://bullg.it)

## Usage

Install `counter-counter` via `npm`.

Import the script (or add it via a script tag).

```js
import CounterCounter from 'counter-counter';

const c = new CounterCounter('count!', '#demo'); // arguments are optional
```

The default selector for the container is `#countercounter`

## Demo

A demo can be see on [bullg.it/counter-counter](https://bullg.it/counter-counter)!

## License

Apache 2.0

Initially made by Haroen Viaene