https://github.com/lightswitch05/commit-cloud
Generates a word cloud using commit messages from github repos.
https://github.com/lightswitch05/commit-cloud
Last synced: 8 months ago
JSON representation
Generates a word cloud using commit messages from github repos.
- Host: GitHub
- URL: https://github.com/lightswitch05/commit-cloud
- Owner: lightswitch05
- License: mit
- Created: 2013-11-21T17:14:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T16:27:36.000Z (over 12 years ago)
- Last Synced: 2025-01-31T22:41:26.472Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://lightswitch05.github.io/commit-cloud/
- Size: 426 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Commit Cloud
[Demo](http://lightswitch05.github.io/commit-cloud/) -
Generates a word cloud using commit messages from github repos.
## About
Commit Cloud Uses the github API (via [octokit](https://github.com/philschatz/octokit.js) ) 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](https://github.com/lucaong/jQCloud).
Special thanks to [StarLogs](https://github.com/artemave/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