Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 580 Bytes

WebhookProcessor

Simple web server using cowboy and plug

Installation

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.