-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Akshay Sharma edited this page Mar 23, 2015
·
3 revisions
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.
It provides widgets with simple UI featuring profile details and stream of public activities. Three types of useful widgets:
Click here for live demo.
#Dependency
The plugin has hard dependency on underscore.js(~v1.6.0). You can download it from here.
Add github.js and github.css to your project. Download.
<link rel='stylesheet' href='github.css'/>
// Add underscore.js
<script type="text/javascript" src="underscore-min.js"></script>
<script type="text/javascript" src='github.js'></script>
Github.js is available via bower and npm.
$ bower install --save githubjs
$ npm install --save githubjs