https://github.com/ghuls-apps/ghuls-deprecated
The deprecated repository for GitHub User Language Statistics.
https://github.com/ghuls-apps/ghuls-deprecated
deprecated github statistics
Last synced: about 3 hours ago
JSON representation
The deprecated repository for GitHub User Language Statistics.
- Host: GitHub
- URL: https://github.com/ghuls-apps/ghuls-deprecated
- Owner: ghuls-apps
- License: other
- Created: 2015-02-20T07:39:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T22:27:34.000Z (over 10 years ago)
- Last Synced: 2023-04-04T14:48:26.929Z (about 3 years ago)
- Topics: deprecated, github, statistics
- Language: Ruby
- Homepage: https://github.com/ghuls-apps
- Size: 1.48 MB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GHULS [](https://waffle.io/elifoster/GHULS)
GitHub User Language Statistics
You can find the webapp on [Heroku](http://ghuls.herokuapp.com)!
## Gem Installation
### RubyGems
```
$ gem install ghuls
```
### Bundler
Add this line to the application's Gemfile:
``` ruby
gem 'ghuls'
```
And then execute:
```
$ bundle
```