Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)