Recommend this page to a friend! |
Download |
Info | Documentation | Files | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 77 | All time: 462 This week: 3 |
Version | License | JavaScript version | Categories | |||
github-api 1.0 | MIT/X Consortium ... | 1.0 | Web services |
Description | Author | ||||||||||||||
This object can retrieve data of Github profiles and repositories. Innovation Award
|
|
This class allows you to retrieve basic information from your GitHub account.
HTML Code:
<!-- Include the jQuery library --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- Include this Sound plugin --> <script src="http://your-site.com/static/js/Git.js"></script>
<section role="main" class="center" id="git" data-gituser="pH-7"> <section> <header> <h2>Repositories</h2> </header> <p id="bio"></p> </section>
<section> <header> <h2>Repositories</h2> </header> <ul id="repos" data-queryurl="?sort=updated"></ul> </section>
<section> <header> <h2>Gists</h2> </header> <ul id="gists" data-queryurl="?sort=updated"></ul> </section> </section>
JS Code:
// Retrieve information from GitHub jQuery(document).ready(function($) { Git.Git().repos().gist().bio(); });
Pierre-Henry Soria
Files (5) |
File | Role | Description |
---|---|---|
crossdomain.htaccess | Data | Auxiliary data |
crossdomain.php | Data | Auxiliary data |
example.link | Data | Documentation |
Git.js | Class | Class source |
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Comments (2) | ||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.