Skip to content

conardcarroll/Gitgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Gitgraph

Pure JS github participation graph using canvas element. To see it in action, visit gitgraph.logicalcognition.com.

Alt text

##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

About

pure js github participation graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published