1.3.5 • Published 3 years ago

github-code-cloud v1.3.5

Weekly downloads
72
License
MIT
Repository
github
Last release
3 years ago

NPM

Make a wordcloud from all of your public repositories hosted on github

Enables you to create a wordcloud from all of your public github repositories.

Process:

  • Checkout all public repos
  • split up all source codes into single words
  • utilize puppeteer and wordcloud2 in order to create the wordcloud

Usage

Install:

npm install github-code-cloud -D

Code:

const cloud = require("github-code-cloud")
cloud.generateCloud("gabbersepp", process.env.GITHUB_TOKEN, ["js", "asm", "cs", "ts", "java"]);

Live Example

Image:

npm.io

HTML:

npm.io

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago