Demo - Generates a word cloud using commit messages from github repos.
Commit Cloud Uses the github API (via octokit ) to get the 100 most recent commit messages. It splits the messages into individual words and tracks the frequency of each word. It then generates the word cloud using a modified version of jQCloud.
Special thanks to StarLogs for inspiration and code examples.
- Clone the repo
npm installbower installgrunt serveto start dev servergruntto build production version