README.md

# Eidetic Plug

Plug that allows setting Eidetic metadata from the HTTP request

## Installation

```elixir
def deps do
  [
    {:eidetic_plug, "~> 0.1.0"}
  ]
end
```

## Usage

```elixir
plug Eidetic.Plug, [:remote_ip]
```

For further information, please check the [https://hex.pm/eidetic-plug](documentation).