README.md

# ExWirecard

[![Hex.pm Version](http://img.shields.io/hexpm/v/ex_wirecard.svg)](https://hex.pm/packages/ex_wirecard)
[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/ex_wirecard)
[![Build Status](https://travis-ci.org/jshmrtn/ex-wirecard.svg?branch=master)](https://travis-ci.org/jshmrtn/ex-wirecard)
[![Coverage Status](https://coveralls.io/repos/github/jshmrtn/ex-wirecard/badge.svg?branch=master)](https://coveralls.io/github/jshmrtn/ex-wirecard?branch=master)
[![Inline docs](http://inch-ci.org/github/jshmrtn/ex-wirecard.svg)](http://inch-ci.org/github/jshmrtn/ex-wirecard)
[![Hex.pm](https://img.shields.io/hexpm/dt/ex_wirecard.svg)](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"}
  ]
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).