README.md
# Orientex
[![Build Status](https://travis-ci.org/austinsmorris/orientex.svg?branch=master)](https://travis-ci.org/austinsmorris/orientex)
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `orientex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:orientex, "~> 0.1.0"}]
end
```
2. Ensure `orientex` is started before your application:
```elixir
def application do
[applications: [:orientex]]
end
```