Sha256: 1f5e1adc386a6ff3222dac359e5c20e18cf81ac2714f4ccfc069d2f8f4f0c363

Contents?: true

Size: 767 Bytes

Versions: 3

Compression:

Stored size: 767 Bytes

Contents

# Milker

Gem to interface with various creamery API's. Currently only supports Land o'Lakes.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'milker'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install Milker

## Usage

```ruby
client = Milker::LOL.new(token: "xxxxxxxxxxxxxxxx")

client.daily_tests(start_date: "2017-02-02", end_date: "2017-03-02")

client.daily_receipts(start_date: "2017-02-02", end_date: "2017-03-02")
```

`start_date` and `end_date` are optional

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/MarceloAlves/Milker.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
milker-0.1.2 README.md
milker-0.1.1 README.md
milker-0.1.0 README.md