@andrew-codes/marco

Server that echos all requests; used by myself to test web hooks from CLI.

Usage no npm install needed!

<script type="module">
  import andrewCodesMarco from 'https://cdn.skypack.dev/@andrew-codes/marco';
</script>

README

Usage

Install package globally

npm install -g marco

# Only parameter is port to listen on
marco 9001

Or use npx:

npx marco 9001