0.0.0 • Published 10 years ago

github-languages v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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

0.0.0

10 years ago