This repository has been archived on 2019-04-23. You can view files and clone it, but cannot push or open issues or pull requests.

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>
Description
A widget showing your GitHub details that you can embed in any website
Readme 123 KiB
Languages
JavaScript 63.2%
HTML 21.5%
CSS 15.3%