Skip to content

Commit

Permalink
Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jul 13, 2015
1 parent 1b6202c commit 8a4b682
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Dependencies
var GitStats = require("../lib");

// Create the GitStats instance
var g1 = new GitStats();

// Display the ansi calendar
g1.ansiCalendar({
theme: "DARK"
}, function (err, data) {
console.log(err || data);
});

0 comments on commit 8a4b682

Please sign in to comment.