Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 656 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 656 Bytes

httpbin-ngrok: HTTP Request & Response Service with Ngrok

Pre-Requisites

  • Docker
  • git
  • No running service on Ports 3030, 4040

Run locally:

git clone [email protected]:adamchasetaylor/httpbin-ngrok.git
cd httpbin-ngrok
docker-compose up

Load up the Launchpad to find your Ngrok and HTTPBin URLs http://localhost:3030

To exit:

ctrl+c

See http://httpbin.org and https://ngrok.com for more information.

SEE ALSO

Credits