README.md

# StarlingElixir

Elixir wrapper for Starling Bank. This is very alpha, built alongside a hobby app to learn Elixir. Only a few features so far, I'll add more over time. Please request specific additions or submit a pull request.

### User
* Get current user

### Transactions
* List all transactions

### Client / Utility functions
* GET any url

## Installation

Add `starling` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:starling, "~> 0.4.0"}]
end
```

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