README.md

# ExPersona
[![Build Status](https://github.com/parallel-markets/ex_persona/workflows/ci/badge.svg)](https://github.com/parallel-markets/ex_persona)
[![Hex pm](http://img.shields.io/hexpm/v/ex_persona.svg?style=flat)](https://hex.pm/packages/ex_persona)
[![API Docs](https://img.shields.io/badge/api-docs-lightgreen.svg?style=flat)](https://hexdocs.pm/ex_persona/)

This is an Elixir library for interacting with the [Persona](https://withpersona.com) platform.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `persona` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_persona, "~> 0.0.1"}
  ]
end
```

(Check [Hex](https://hex.pm/packages/ex_persona) to make sure you're using an up-to-date version number.)

## Usage

TK

See [the docs](https://hexdocs.pm/ex_persona) for more examples.

## Running Tests

To run tests:

```shell
$ mix test
```

## Reporting Issues

Please report all issues [on github](https://github.com/parallel-markets/ex_persona/issues).