This package has been deprecated

Author message:

@toriyama/githubanalyzer is no longer maintained.

@toriyama/githubanalyzer

0.9.0 • Public • Published

GitHubAnalyzer

Analyze someone's GitHub Activities

Usage

const analyzer = new GitHubAnalyzer();
const userName = "YUUKIToriyama";
analyzer.evaluateLanguageFrequencyOfTheUser(userName).then(result => {
	console.log(result);
});

Readme

Keywords

Package Sidebar

Install

npm i @toriyama/githubanalyzer

Weekly Downloads

2

Version

0.9.0

License

MIT

Unpacked Size

3.32 kB

Total Files

4

Last publish

Collaborators

  • toriyama