Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 821 Bytes

ExApiAi Build Status

Work in progress

Built off of the official ruby sdk, ExApiAi is a elixir wrapper from api.ai.

Installation

If available in Hex, 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
```
  1. Ensure ex_api_ai is started before your application:
```elixir
def application do
  [applications: [:ex_api_ai]]
end
```

If published on HexDocs, the docs can be found at https://hexdocs.pm/ex_api_ai