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

* [GithubNotifier](http://github.com/ctshryock/GithubNotifier) -- Little OS X menu-bar app that posts Growl notifications from your Github network activity.
* [ForkFeed](http://github.com/svetlyak40wt/forkfeed) -- Utility to track changes in all forks of your projects on GitHub.