Skip to content

ewolfmsla/webhook_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages