Github Pinboard
Show off your contributors in style!
Try it
How To Use
-
Include the library:
<script src="http://copypastel.github.com/github-pinboard/lib/github-pinboard.js"></script>
-
Create a container to hold the pinboard:
<div id="github-pinboard"></div>
-
Create the pinboard:
<script>
var user = "joyent", repo = "node", containerId = "github-pinboard";
window.onload = function() {
new GithubPinboard(user, repo, containerId);
}
</script>
-
Style to your liking:
<style>
.github-pinboard-pin {
background: black;
border-radius: 20px;
}
</style>
Our Own Contributors