summaryrefslogtreecommitdiff
path: root/_posts/2010-01-16-api.markdown
blob: 4478199ba202fcf4c83af02ce8953c442523ece4 (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
37
---
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.

* [RefactorMe](http://www.refactorme.com) - Site posts daily code snippets from open source projects. All code is powered by Github Gists' and the site will also create the gist for users if they do not want to create it themselves.
* [GithubNotifier](http://github.com/ctshryock/GithubNotifier) - Little OS X menu-bar app that posts Growl notifications from your Github network activity.