A deployment of the Node.js AnyProxy open source library. I chose AnyProxy because of the realtime UI.
Table of Contents generated with DocToc
Run the following commands to start the service on your local machine, and then read the logs for endpoint information.
npm install -g chomp
npm install
chomp --watch
Refer to the GitHub Actions configuration for deployment information
Default configuration values can be found in src/config.js. To update the default values, create a .env
file in the root of the API service source code and specify variables to overwrite.