README.md

[![Build Status](https://travis-ci.com/jarroput/mollie.svg?branch=master)](https://travis-ci.com/jarroput/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.1.1"}
  ]
end
```