Skip to content

bizneo/intercooler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intercooler

This library contains a Plug to support Intercooler.js requests in your Plug or Phoenix application.

Installation and usage

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.

Releases

No releases published

Packages

 
 
 

Languages