README.md

# Authoritex

[![Build](https://circleci.com/gh/nulib/authoritex.svg?style=svg)](https://circleci.com/gh/nulib/authoritex)
[![Coverage](https://coveralls.io/repos/github/nulib/authoritex/badge.svg?branch=master)](https://coveralls.io/github/nulib/authoritex?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/authoritex.svg)](https://hex.pm/packages/authoritex)

An Elixir library for searching and fetching controlled vocabulary authority terms.

## Installation

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

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