README.md
# Fintech
## Status
[![Build Status](https://travis-ci.org/korczis/fintech.svg?branch=master)](https://travis-ci.org/korczis/fintech)
[![Hex.pm](https://img.shields.io/hexpm/dt/fintech.svg)](https://hex.pm/packages/fintech)
## Features
- [Fio banka, a.s.](https://www.fio.cz)
- [ ] Account
- [x] List transactions
- [x] Transparent account
- [x] List transparent accounts
- [x] List transactions of transparent account
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fintech` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fintech, "~> 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/fintech](https://hexdocs.pm/fintech).