Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.03 KB

FeProxy

NPM version node version build status Test coverage License

FeProxy is a proxy tool use for web development like the Fiddler, and we use Chrome Devtools to inpect net traffic.

Install

[sudo] npm install feproxy -g

Usage

feproxy

Proxy server http://127.0.0.1:8080

Inspect page http://127.0.0.1:8080/admin.html

Development

git clone https://github.com/feix760/feproxy.git
cd feproxy
npm run dev