Icndb
API client for ICNDB API written in Elixir.More details in documentation: https://hexdocs.pm/icndb/api-reference.html
Installation
The package can be installed as:
-
Add
icndbto your list of dependencies inmix.exs:
```elixir
def deps do
[{:icndb, "~> 0.1.0"}]
end
```-
Ensure
icndbis started before your application:
```elixir
def application do
[applications: [:icndb]]
end
```