README.md

# ExPhemex
[![Build Status](https://github.com/fremantle-industries/ex_phemex/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ex_phemex/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ex_phemex.svg?style=flat)](https://hex.pm/packages/ex_phemex)

Phemex API Client for Elixir

## Installation

Add the `ex_phemex` package to your list of dependencies in `mix.exs`:

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

## Requirements

- Erlang 22+
- Elixir 1.10+

## API Documentation

https://phemex.com/user-guides/api-overview

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`ex_phemex` is released under the [MIT license](./LICENSE)