README.md

# Epik.com Elixir

Client library for the [Epik.com v2 API](https://docs.userapi.epik.com/v2/).

## Installation

The package can be installed by adding `epik` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:epik, "~> 0.0.0"}
  ]
end
```

## License

Epik Elixir is licensed under the MIT license.
See `LICENSE.md` for a full copy of the license.