diff options
Diffstat (limited to 'node_modules/get-proxy/readme.md')
-rw-r--r-- | node_modules/get-proxy/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/node_modules/get-proxy/readme.md b/node_modules/get-proxy/readme.md new file mode 100644 index 0000000..927f005 --- /dev/null +++ b/node_modules/get-proxy/readme.md @@ -0,0 +1,25 @@ +# get-proxy [![Build Status](https://travis-ci.org/kevva/get-proxy.svg?branch=master)](http://travis-ci.org/kevva/get-proxy) + +> Get configured proxy + + +## Install + +``` +$ npm install get-proxy +``` + + +## Usage + +```js +const getProxy = require('get-proxy'); + +getProxy(); +//=> 'http://192.168.0.1:8080' +``` + + +## License + +MIT © [Kevin Mårtensson](https://github.com/kevva) |