README.md

# ExLooksRare
[![hex.pm version](https://img.shields.io/hexpm/v/ex_looks_rare.svg?style=flat)](https://hex.pm/packages/ex_looks_rare)

LooksRare API client for Elixir

## Installation

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

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

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

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