Skip to content

jadb/jquery-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery GitHub Project status

Allows you to painlessly work with GitHub's API

The Badges and Example pages are pulled every hour.

Requirements

  • jQuery 1.3.2 (or above)

Installation

Copy/paste the following in the <head> part of your HTML:

<script src="/path/to/github/github.js" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('ol#list-id').github({user:'defunkt'}); }); </script>

Configuration

None implemented yet. Still in pre-alpha.

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

Bugs & Feedback

http://github.com/jadb/jquery-github

About

jQuery plugin to make it easy to work with the Github API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published