github-code-cloud
v1.4.0
Published
Easily create a wordcloud from all of your github repositories. A PNG and a HTML files is exported. Using the HTMl file you are able to apply some fancy hover stuff.
Downloads
10
Maintainers
Readme
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:
HTML: