This library contains a Plug to support Intercooler.js requests in your Plug or Phoenix application.
If available in Hex, the package can be installed
by adding intercooler
to your list of dependencies in mix.exs
:
def deps do
[
{:intercooler, "~> 0.1.0"}
]
end
Once installed, you only need to add this Plug to your pipeline:
plug Intercooler.Plug
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/intercooler.