README.md
# ExCampaignMonitor
A simple wrapper for the Campaign Monitor JSON API.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_campaign_monitor` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_campaign_monitor, "~> 0.1.0"}
]
end
```