Skip to content

mcwhittemore/github-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

// ==> {'JavaScript':100.0}

Supported repo reference formats

  • https://github.com/mcwhittemore/github-language
  • git@github.com:mcwhittemore/github-language.git

About

Give me a repo I'll give you the languages its written in

Resources

License

Stars

Watchers

Forks

Packages