README.md
# BumperCrop
bumper_crop is a client llibrary for Elixir to communicate with Harvest
(getharvest.com) via the v2 API.
## Installation
```elixir
def deps do
[
{:bumper_crop, "~> 0.1.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/bumper_crop>.