github-languages

0.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i github-languages

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • mcwhittemore