https://github.com/konstantinzolotarev/elixir_apiai
Elixir SDK for Api.ai
https://github.com/konstantinzolotarev/elixir_apiai
Last synced: 4 months ago
JSON representation
Elixir SDK for Api.ai
- Host: GitHub
- URL: https://github.com/konstantinzolotarev/elixir_apiai
- Owner: konstantinzolotarev
- License: mit
- Created: 2017-08-16T13:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T07:54:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T02:26:13.725Z (6 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElixirApiai
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_apiai` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:elixir_apiai, "~> 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/elixir_apiai](https://hexdocs.pm/elixir_apiai).## License
[MIT](https://github.com/konstantinzolotarev/elixir_apiai/blob/master/LICENSE)