github-language
v1.0.0
Published
give me a repo I'll give you the languages its written in
Downloads
4
Readme
Github Languages
Give me a repo and I'll tell you what languages it was written with.
Example
var gitLang = require("github-languages");
gitLang("https://github.com/mcwhittemore/github-language", function(err, langs){
console.log(langs);
});
Results in {'JavaScript':100.0}
Supported Url Types
- https://github.com/mcwhittemore/github-language
- [email protected]:mcwhittemore/github-language.git