Canyian / GitHub-jQuery-Repo-Widget

A good looking repo widget to add to your website.

Home Page:http://www.newmediacampaigns.com/blog/a-beautiful-jquery-github-widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub jQuery Repo Widget

Drop this script on your page and it will build you a beautiful widget that displays the status of your GitHub repo.

What does it look like?

Widget Image

How do I use it?

Everwhere you want a widget to be placed, add the following markup:

<div class="github-widget" data-repo="JoelSutherland/GitHub-jQuery-Repo-Widget"></div>

Then include the javascript file somewhere after you've include jQuery:

<script type="text/javascript" src="jquery.githubRepoWidget.min.js"></script>

That's it! All of the styling is included and image assets are pulled from GitHub.

About

A good looking repo widget to add to your website.

http://www.newmediacampaigns.com/blog/a-beautiful-jquery-github-widget

License:MIT License


Languages

Language:JavaScript 48.0%Language:CSS 38.8%Language:HTML 13.2%