Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theskumar/mykudos

An open kudos system for every page on web.
https://github.com/theskumar/mykudos

Last synced: 7 days ago
JSON representation

An open kudos system for every page on web.

Awesome Lists containing this project

README

        

# myKudos

An open kudo system for everyone.

Inspired by svbtle website and disqus. It let's you add kudos to on any page of your website.

# Installation

Add this code, where you want the button to appear:

```html


```

Add this code, at the bottom of your page:

```html
(function(m,y,k,u,d,o,s){m['mykudos']=d;m[d]=m[d]||function(){
(m[d].q=m[d].q||[]).push(arguments)},m[d].l=1*new Date(); o=y.createElement(k);
s=y.getElementsByTagName(k)[0];o.async=1;o.src=u;s.parentNode.insertBefore(o,s)}
)(window,document,'script','https://saurabh-kumar.com/mykudos/ku.js','ku');

```

You are done :)<

## Contributing

You can open a pull request [here](https://github.com/theskumar/mykudos/issues). Read the guidelines for contribution [here](CONTRIBUTING.md).

## License

BSD

**THIS IS WORK IN PROGRESS**