README.md
[](https://travis-ci.com/jarroput/mollie)
[](https://hex.pm/packages/mollie)
# Mollie API Client
An API wrapper for [Mollie](https://www.mollie.com/en/developers) written in Elixir.
## Documentation
Documentation for this package can be found [here](https://hexdocs.pm/mollie).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mollie` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mollie, "~> 0.2.2"}
]
end
```