Simple web server using cowboy and plug
If available in Hex, the package can be installed
by adding webhook_processor
to your list of dependencies in mix.exs
:
def deps do
[
# This will pull in Plug AND Cowboy
{:plug_cowboy, "~> 2.5"},
{:poison, "~> 5.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/webhook_processor.