Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/watsonbox/omniorder

Import online orders from various channels for fulfillment.
https://github.com/watsonbox/omniorder

Last synced: about 18 hours ago
JSON representation

Import online orders from various channels for fulfillment.

Awesome Lists containing this project

README

        

# Omniorder

[![Build Status](http://img.shields.io/travis/watsonbox/omniorder.svg?style=flat)](https://travis-ci.org/watsonbox/omniorder)
[![Coverage Status](https://img.shields.io/coveralls/watsonbox/omniorder.svg?style=flat)](https://coveralls.io/r/watsonbox/omniorder)

Import online orders from various channels for fulfillment.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'omniorder'
```

And then execute:

```bash
$ bundle
```

Or install it yourself as:

```bash
$ gem install omniorder
```

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/watsonbox/omniorder/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