get-proxy

Get configured proxy

Usage no npm install needed!

<script type="module">
  import getProxy from 'https://cdn.skypack.dev/get-proxy';
</script>

README

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