/fav_github

Favourite programming language based on GitHub activity for given username of that geek.

Primary LanguageRuby

A simple web application, which should allow users to enter an arbitrary GitHub username, and be presented with a best guess of the GitHub user's favourite programming language.

Using the GitHub API to fetch all of the user's public GitHub repos, each of which includes the name of the dominant language for the repository.

Documentation for the GitHub API can be found at http://developer.github.com.