/hello_webhook

The simplest possible webhook example in Elixir using Plug

Primary LanguageElixir

HelloWebhook

To start the app:

  • Install dependencies with mix deps.get
  • Start web server with iex -S mix

Sanity check:

Visit http://localhost:4000/hello in your browser, you should see a hello message.

Tests

Run mix test