github-language

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i github-language

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mcwhittemore