README.md

[![Coverage Status](https://coveralls.io/repos/github/victorolinasc/ex-stone-openbank/badge.svg?branch=master)](https://coveralls.io/github/victorolinasc/ex-stone-openbank?branch=master)
[![CircleCI](https://circleci.com/gh/victorolinasc/ex-stone-openbank.svg?style=svg)](https://circleci.com/gh/victorolinasc/ex-stone-openbank)

# ExStoneOpenbank

A library that connects with Stone Open Banking API.

## Installation

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

```elixir
def deps do
  [
    {:ex_stone_openbank, "~> 0.1.0"}
  ]
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/ex_stone_openbank](https://hexdocs.pm/ex_stone_openbank).