Github.js
Github.js is a JavaScript plugin over GitHub APIs v3. It gives an easy way to feature your GitHub open-source contributions on your website or portfolio.
Demo
Click here for live demo.
Dependency
The plugin has hard dependency on underscore.js(~v1.6.0). You can download it from here.
Installation
Add github.js and github.css to your project. Download.
// Add underscore.js
Github.js is available via bower and npm.
$ bower install --save githubjs
$ npm install --save githubjs
Usage
User Profile
GithubuserProfile username: "jashkenas" selector: ".user-1";
User Activity
Github;
Repository Profile
Github;
Repository Activity
Github;
Organization Profile
Github;
Organization Activity
Github;
Documentation
Contribute
To start contributing to Github.js, clone the repository and start playing.
$ git clone git@github.com:akshaykumar6/github-js.git
$ cd github-js
If you're not familiar with Git, visit the Git homepage to download Git for your platform.
Got a bug or a feature request? Please open a new issue.
License
github-js © 2015, Akshay Sharma Released under the MIT License.
Authored and maintained by Akshay Sharma.