Skip to content

Simple http proxy that makes it easy to intercept any request and return a custom response

License

Notifications You must be signed in to change notification settings

yaelhe/animated-pancake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animated-pancake

Simple http proxy that makes it easy to intercept any request and return a custom response

Introduction

Animated pancake is a small and simple http proxy for intercepting requests. Created to make it easier for developers to debug and test production code. It is also useful for quality engineers to check code before it's deployed. Animated pancake let's you replace requests by redirecting them to a local file or an other address on the internet.

How to use

Install

Install with npm:

npm install -g animated-pancake

or with yarn

yarn global add animated-pancake

Usage

$ animated-pancake --help

Usage: animated-pancake [options] [command]


  Commands:

    start [options]   start a proxy server and listen to all outgoing http requests

  Options:

    -h, --help  output usage information

About

Simple http proxy that makes it easy to intercept any request and return a custom response

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published