https://github.com/codeworm96/github-lang-visualization
Project for `软件工程职业素养'
https://github.com/codeworm96/github-lang-visualization
Last synced: 5 months ago
JSON representation
Project for `软件工程职业素养'
- Host: GitHub
- URL: https://github.com/codeworm96/github-lang-visualization
- Owner: codeworm96
- License: mit
- Created: 2015-08-27T05:43:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T10:21:28.000Z (over 10 years ago)
- Last Synced: 2025-10-14T14:11:41.337Z (9 months ago)
- Language: HTML
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# little linguist
Litle linguist is a sample project for discovering language distribution on github.
## quick start guide
See results on [here](http://codeworm96.github.io/github-lang-visualization/) OR
1. fetch this project and make sure you have installed ruby (I'm using MRI 2.2.0 and not sure if it works on other versions)
2. run `bundle install` (Note for China mainland users: 可能需要科学上网)
3. 'cp config.example config.json` add edit config.json to set you github token
4. run `bundle exec ./little_linguist`. it may take a lot of time to fetch data.
5. run `bundle exec ./little_linguist_serve` and browse 'http://localhost:4567/'