README.md

# ExBitfinex

Bitfinex API Client for Elixir

## Installation

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

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

## Authors

* Alex Kwiatkowski - alex+git@fremantle.io

## License

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