GitHub plugin
Usage is simple. Copy the code below to HTML and set your user and repository.
The data-hybicon attribute may be one of the above values.
<body>
<div data-hybicon="github-starred"
data-hybicon-github-user="username"
data-hybicon-github-repo="reponame"
data-hybicon-github-repotag="tagname"> <!--For releases. Without this all of the downloads count.-->
</div>
<script src="https://cdn.jsdelivr.net/raphael/2.1.4/raphael-min.js"></script>
<script src="https://cdn.jsdelivr.net/hybicon/1.0.1/hybicon.min.js"></script>
</body>