README.md
# ExWirecard
[](https://hex.pm/packages/ex_wirecard)
[](https://hexdocs.pm/ex_wirecard)
[](https://travis-ci.org/jshmrtn/ex-wirecard)
[](https://coveralls.io/github/jshmrtn/ex-wirecard?branch=master)
[](http://inch-ci.org/github/jshmrtn/ex-wirecard)
[](https://hex.pm/packages/ex_wirecard)
## Installation
The package can be installed by adding `ex_wirecard` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_wirecard, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_wirecard](https://hexdocs.pm/ex_wirecard).