README.md

# lob_elixir (alpha)

[![Build Status](https://travis-ci.org/lob/lob-elixir.svg?branch=master)](https://travis-ci.org/lob/lob-elixir)
[![Coverage Status](https://coveralls.io/repos/github/lob/lob-elixir/badge.svg?branch=master)](https://coveralls.io/github/lob/lob-elixir?branch=master)

Elixir Library for [Lob API](https://lob.com/)

### This is an ALPHA library for the Lob API.

### Please reach out to support@lob.com for assistance if planning to implement this library.

## Installation

The package is currently not available in Hex. Installation should reference the library repository.

```elixir
def deps do
  [
    {:lob_elixir, git: "https://github.com/lob/lob-elixir", tag: "v0.3.0"}
  ]
end
```