Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 681 Bytes

RequestBox

RequestBox allows you to register endpoints that will record and capture HTTP requests similar to RequestBin. It's useful for debugging webhooks and other API clients.

You can see it dogfood its own webhooks from Github here.

Installation

git clone https://github.com/kevinastone/requestbox.git
cd requestbox
mix deps.get
(cd assets && npm install && node node_modules/brunch/bin/brunch build)
mix ecto.setup
mix phx.server
open http://localhost:4000

Screenshot

screenshot