blob: b90ef1731bcd7905691b35042229d9951e226143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
layout: default
title: GitHub API
categories: other
---
The GitHub API is documented at <http://develop.github.com>
Projects using the API
======================
* [GitHub Badge](http://drnicjavascript.rubyforge.org/github_badge/) (see also [initial blog post](http://drnicwilliams.com/2008/05/03/github-badge-for-your-blog/))
* [Badjo](http://github.com/zmack/badjo/tree/master)
* [YAGHB](http://github.com/schleyfox/yaghb/tree/master) - Yet another github badge
* [textmate gem](http://github.com/wycats/textmate/) -- Command-line package manager for textmate
* [github commit badge](https://github.com/heipei/github-commit-badge/tree) - GitHub commit badge, showing the most recent commits of chosen repos
* GitHub Projects Wordpress Plug-in - Available at the official Wordpress [plug-in directory](http://wordpress.org/extend/plugins/github-projects/)
* [github-repos](http://github.com/johnbender/github-repos/tree/master) - [Tutorial and Example](http://nickelcode.com/2008/11/27/github-repo-information-in-your-webpages/)
* [github-terminal](http://github.com/prtksxna/github-terminal/tree/master), working example at [Github Terminal](http://prtksxna.github.com/github-terminal/)
* [git-trip](http://github.com/Oshuma/git-trip/tree) - Visualize git repositories.
* [github-social-badge](http://github.com/kentbrew/github-social-badge) - Social badge: visualize projects and followers. [Working example](http://kentbrew.github.com)
* [codeigniter-github](http://github.com/philsturgeon/codeigniter-github/tree/master) - CodeIgniter / PHP wrapper library.
* [github user page bookmarklet](http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html) - adds additional repo stats to github user pages and provides repository sorting.
* [GithubNotifier](http://github.com/ctshryock/GithubNotifier) - Little OS X menu-bar app that posts Growl notifications from your Github network activity.
|