README.md

# ExPoloniex
[![Build Status](https://circleci.com/gh/fremantle-capital/ex_poloniex.png?circle-token=e925c779d62292b6fd4f5f15445c4cec8d7ca79a)](https://circleci.com/gh/fremantle-capital/poloniex_elixir)

Elixir library for the Poloniex Public & Trade API

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `poloniex_elixir` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/poloniex_elixir](https://hexdocs.pm/poloniex_elixir).