README.md

# ExClockBoundClient

This is the elixir version of [aws clock bound client](https://github.com/aws/clock-bound/tree/main/clock-bound-c), to communicate with [this service](https://github.com/aws/clock-bound).

## Preparation

Make sure the service is running correctly.

## Installation

By adding `ex_clock_bound_client` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_clock_bound_client, "~> 0.0.1"}
  ]
end
```