Skip to content

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.

gabbersepp/github-code-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

HTML:

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published