enilsen16 / ex_api_ai

Elixir Wrapper for api.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Elixir Wrapper for api.ai


Languages

Language:Elixir 100.0%