README.md

# Branca Tokens for Elixir

[![Latest Version](	https://img.shields.io/hexpm/v/branca.svg?style=flat-square)](https://hex.pm/packages/branca)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/tuupola/branca-elixir/master.svg?style=flat-square)](https://travis-ci.org/tuupola/branca-elixir)
[![Coverage](https://img.shields.io/codecov/c/github/tuupola/branca-elixir.svg?style=flat-square)](https://codecov.io/github/tuupola/branca-elixir)

**TODO: Add description**

## Installation

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

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