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

https://github.com/springmt/multi_storage


https://github.com/springmt/multi_storage

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# MultiStorage [![Build Status](https://travis-ci.org/SpringMT/multi_storage.svg?branch=master)](https://travis-ci.org/SpringMT/multi_storage)

## Installation

Add this line to your application's Gemfile:

gem 'multi_storage'

And then execute:

$ bundle

Or install it yourself as:

$ gem install multi_storage

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/multi_storage/fork )
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 a new Pull Request