README.md
# ExPhemex
[](https://github.com/fremantle-industries/ex_phemex/actions?query=workflow%3Atest)
[](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)