backoffice/node_modules/get-proxy
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
index.js first commit 2020-02-06 10:09:39 +00:00
license first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00
readme.md first commit 2020-02-06 10:09:39 +00:00

readme.md

get-proxy Build Status

Get configured proxy

Install

$ npm install --save get-proxy

Usage

var getProxy = require('get-proxy');

getProxy();
//=> 'http://192.168.0.1:8080'

License

MIT © Kevin Mårtensson