kudos
kudos done right - unopinionated, made simple, so simple it hurts!
Install
npm i kudos --save
npm test
Features
- minimal, yet simple to use - demo in jsbin
- no jQuery, zero dependencies (only event emitter) - just 3.5kb minified
- works on every browser, should even works on IE8
- plays well with Browserify and BrowserifyCDN
- available on CDNs - JSDelivr.com, BrowserifyCDN, RawGit and CDNjs.com
In the browser
Just include the script tag with path to
dist/kudos.standalone.min.js
Usage
For more use-cases see the tests
var Kudos = var kudos = element: document delay: 1000 kudos
Related
- apidocs-cli: Command-line app for generating API docs from code comments. Can be used as API of
helper-apidocs
package. - dush: Minimalist 1.5kb event delegation for the browser (IE8+) and nodejs.
- gitclone-cli: Git clone github repository with pattern like
user/repo#branch
- minigrid: Minimal 2kb zero dependency cascading grid layout
- minimist-plugins: Simple wrapper to make minimist pluggable. ~20 sloc.
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.