README.md

# ExApiAi [![Build Status](https://travis-ci.org/enilsen16/ex_api.ai.svg?branch=master)](https://travis-ci.org/enilsen16/ex_api.ai)

### Work in progress

Built off of the [official ruby sdk](https://github.com/api-ai/api-ai-ruby), ExApiAi is a elixir wrapper from api.ai.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

    ```elixir
    def deps do
      [{:ex_api_ai, "~> 0.1.0"}]
    end
    ```

  2. Ensure `ex_api_ai` is started before your application:

    ```elixir
    def application do
      [applications: [:ex_api_ai]]
    end
    ```

If [published on HexDocs](https://hex.pm/docs/tasks#hex_docs), the docs can
be found at [https://hexdocs.pm/ex_api_ai](https://hexdocs.pm/ex_api_ai)