An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GHULS [![Stories in Ready](https://badge.waffle.io/elifoster/GHULS.png?label=ready&title=Ready)](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
```