# Taskid

[Hex](https://hex.pm/packages/taskid)
[Documentation](https://hexdocs.pm/taskid/api-reference.html)

Takid's client library for Elixir applications.

## Installation

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

```elixir
def deps do
  [
    {:taskid, "~> 0.2.0"}
  ]
end
```

Configure `taskid` in `config/config.exs`:

```elixir
config :taskid, applications: [
  # A list with all the applications that have Taskid tasks defined
]
```
