Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph-7/github-api
This basic class allows you to retrieve basic information from your GitHub account.
https://github.com/ph-7/github-api
api github github-api
Last synced: about 1 month ago
JSON representation
This basic class allows you to retrieve basic information from your GitHub account.
- Host: GitHub
- URL: https://github.com/ph-7/github-api
- Owner: pH-7
- Created: 2013-02-10T23:18:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T23:26:32.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T12:25:02.365Z (3 months ago)
- Topics: api, github, github-api
- Language: JavaScript
- Homepage: http://github.com/pH-7/GitHub-API
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github jQuery API
## Overview
This class allows you to retrieve basic information from your GitHub account.
## Example
* HTML Code:
Repositories
Repositories
Gists
* JS Code:
// Retrieve information from GitHub
jQuery(document).ready(function($)
{
Git.Git().repos().gist().bio();
});
## Author
Pierre-Henry Soria
## License
[MIT License](http://opensource.org/licenses/mit-license.php)