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
- Host: GitHub
- URL: https://github.com/bullgit/counter-counter
- Owner: bullgit
- License: apache-2.0
- Created: 2016-10-26T10:30:42.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-01-19T13:24:23.000Z (over 9 years ago)
- Last Synced: 2024-11-14T09:41:42.729Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bullg.it/counter-counter
- Size: 8.79 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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