Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/watsonbox/omniorder
- Owner: watsonbox
- License: mit
- Created: 2014-11-10T23:02:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T13:22:19.000Z (about 9 years ago)
- Last Synced: 2023-03-12T08:34:39.470Z (over 1 year ago)
- Language: Ruby
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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