2.1.0 • Published 7 years ago

get-proxy v2.1.0

Weekly downloads
1,869,881
License
MIT
Repository
github
Last release
7 years ago

get-proxy Build Status

Get configured proxy

Install

$ npm install get-proxy

Usage

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

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

License

MIT © Kevin Mårtensson