launching libgithub v1.0
Today I’m launching libgithub, a JavaScript library for displaying interesting GitHub data on websites.
Right now, it can generate badges for one or more commits to a project, and looks something like this:

Commit badges are great for showing recent activity on a project page. A user can quickly get a feel for a project’s freshness without going to GitHub to see the commit history. For instance, I use commit badges on my projects index for this reason. Badges are also useful for a sidebar/widget display. My friend Jesse Crouch made a demo showing how libgithub badges can be used in a sidebar.
Badges are just a start; more widgets belong in libgithub. Read more about the project, how to use it, and how to contribute at the libgithub project page.