npm.io
1.0.0 • Published 2d ago

proxy-all

Licence
MIT
Version
1.0.0
Deps
4
Vulns
0
Weekly
52

proxy-all

Proxies all http/https requests when NODE_PROXY env is set

Install

npm install --save proxy-all

Use

require the module
require('proxy-all');
// ... your code ...
run your code with NODE_PROXY set
NODE_PROXY=http://localhost:8080/ node index.js