1.0.0 • Published 7 years ago

github-language v1.0.0

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

Github Languages

CircleCI

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