Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevva/get-proxy
Get configured proxy
https://github.com/kevva/get-proxy
agent http https proxy tunnel
Last synced: 3 months ago
JSON representation
Get configured proxy
- Host: GitHub
- URL: https://github.com/kevva/get-proxy
- Owner: kevva
- License: mit
- Created: 2015-01-21T23:35:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T21:01:21.000Z (over 7 years ago)
- Last Synced: 2024-10-12T01:06:37.154Z (3 months ago)
- Topics: agent, http, https, proxy, tunnel
- Language: JavaScript
- Size: 9.77 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 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)