rehack / Get-Your-GitHub-Card

Get your github card for web site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-Card

Display Your GitHub Information On A Web Page

demo.png

Install

This plugin is dependent on Jquery, so you should require jquery-2.0.0.min.js and GitHub-Card.js at first. As written below:

(Make sure jquery.2.0.0.min.js in GitHub-Card.js front loading)

<script src="./lib/jquery-2.0.0.min.js"></script>

<script src="./lib/GitHub-Card.js"></script>

Then, you should write the following code like me:

<div id="github-card" data-username="codesboy"></div>

Last, you all get the GitHub-Card.

Used Interface

api.github.com

Issues

if there has any problem, please let me know. Thanks~

LICENSE

Apache

About

Get your github card for web site.

License:Apache License 2.0


Languages

Language:JavaScript 49.9%Language:HTML 32.8%Language:CSS 17.4%