This tool will return the dominant language used by a particular GitHub user.
-
Launch the Rails Console:
$ rails c
-
Run the lookup command:
Lookup.language("username")
The languages used by the GitHub user are returned in order of the amount of bytes used, followed by their dominant language.