A widget showing your GitHub details that you can embed in any website
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.
Go to file
Samuel FORESTIER c83acd7192 Update 'README.md' 2018-12-22 21:51:02 +01:00
dist Increases CSS `max-size` to make the box fit with Gists count 2017-09-19 09:33:57 -04:00
src Increases CSS `max-size` to make the box fit with Gists count 2017-09-19 09:33:57 -04:00
.gitignore fixed issues for linting, CSS prefix, repeated selector, changed 0 days to today 2016-07-28 23:12:11 +05:30
README.md Update 'README.md' 2018-12-22 21:51:02 +01:00
index.html Just moves the repo' from GitHub to Gogs 2017-10-01 21:30:39 -04:00
package-lock.json Just moves the repo' from GitHub to Gogs 2017-10-01 21:30:39 -04:00
package.json Just moves the repo' from GitHub to Gogs 2017-10-01 21:30:39 -04:00

README.md

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>