georgedrummond/hoard-gem

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Hoard - API Gem

[![Build Status](https://travis-ci.org/georgedrummond/hoard-gem.svg)](https://travis-ci.org/georgedrummond/hoard-gem) [![Dependency Status](https://gemnasium.com/georgedrummond/hoard-gem.svg)](https://gemnasium.com/georgedrummond/hoard-gem)
 [![Coverage Status](https://coveralls.io/repos/georgedrummond/hoard-gem/badge.png)](https://coveralls.io/r/georgedrummond/hoard-gem) [![Code Climate](https://codeclimate.com/github/georgedrummond/hoard-gem.png)](https://codeclimate.com/github/georgedrummond/hoard-gem) [![MIT](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/georgedrummond/hoard-gem/tree/master/LICENSE)


See the [main project](https://github.com/georgedrummond/hoard)

## Installation

Add this line to your application's Gemfile:

    gem 'hoard'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install hoard

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request