##Gitgraph
Pure JS github participation graph using canvas element. To see it in action, visit gitgraph.logicalcognition.com.
##Supported Browsers
- Safari 4+
- Chrome 9+
- Firefox 4+
- Internet Explorer 8+
##Usage
-
Paste into your page's HEAD
<script src="http://logicalcognition.com/Projects/Gitgraph/Gitgraph.js"></script>
-
From within a script tag or a JS file
var graph = new Gitgraph({ user : 'bouchon', // any github username repo : 'coweb', // name of repo domNode : document.body, // domNode to attach to (optional) });
-
Or use it as a jQuery plugin
$('#demoHolder').gitgraph({user:'bouchon',repo:'coweb'});
##Issues & Features
File under the Issues section and feel free to fork and pull-request
##License
WTFPL