README.md
# Eidetic Plug
**Note:** The canonical repository is hosted [here](https://gitlab.com/gt8/open-source/elixir/eidetic-plug), on GitLab.com.
[](https://hex.pm/packages/eidetic_plug)
[](https://hex.pm/packages/eidetic_plug)
[](https://hex.pm/packages/eidetic_plug)
[](https://gitlab.com/gt8/open-source/elixir/eidetic-plug/commits/master)
[](https://gitlab.com/gt8/open-source/elixir/eidetic-plug/commits/master)
Plug that allows setting Eidetic metadata from the HTTP request
## Installation
```elixir
def deps do
[
{:eidetic_plug, "~> 0.3.0"}
]
end
```
## Usage
```elixir
plug Eidetic.Plug, [:remote_ip]
```
For further information, please check the [https://hex.pm/eidetic-plug](documentation).