andrew-codes / marco

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Install package globally

npm install -g @andrew-codes/marco

# Only parameter is port to listen on
marco 9001

Or use npx:

npx @andrew-codes/marco 9001

About

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


Languages

Language:JavaScript 100.0%