All Projects → lightswitch05 → commit-cloud

lightswitch05 / commit-cloud

Licence: MIT license
Generates a word cloud using commit messages from github repos.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Commit Cloud

Demo - Generates a word cloud using commit messages from github repos.

About

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.

Development

  • Clone the repo
  • npm install
  • bower install
  • grunt serve to start dev server
  • grunt to build production version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].