README.md
# ExMexc
[](https://github.com/fremantle-industries/ex_mexc/actions?query=workflow%3Atest)
[](https://hex.pm/packages/ex_mexc)
MEXC API Client for Elixir
## Installation
Add the `ex_mexc` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_mexc, "~> 0.0.1"}
]
end
```
## Requirements
- Erlang 22+
- Elixir 1.10+
## API Documentation
https://mxcdevelop.github.io/APIDoc/
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`ex_mexc` is released under the [MIT license](./LICENSE)