This repository has been archived on 2019-04-23 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
GitHub-Widget
How to use this widget
Just get the dist/widget.js file, and link it into your HTML page.
Then, create a div, and replace the data-username with your GitHub username, as below :
<div class="github-widget" data-username="HorlogeSkynet"></div>
<!-- ... -->
<script type="text/javascript" src=".../assets/github-widget/dist/widget.js"></script>
Using multiple widgets in the same page... It's possible !
<div class="github-widget" data-username="github"></div>
<div class="github-widget" data-username="HorlogeSkynet"></div>
Languages
JavaScript
63.2%
HTML
21.5%
CSS
15.3%