README.md

# ExMexc
[![Build Status](https://github.com/fremantle-industries/ex_mexc/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ex_mexc/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ex_mexc.svg?style=flat)](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)