# get-proxy

> Get configured proxy

Latest version **2.1.0** (published 2017-07-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install get-proxy
pnpm add get-proxy
yarn add get-proxy
bun add get-proxy
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2017-07-21 |
| First published | 2015-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | Kevin Mårtensson |
| Maintainers | kevva |
| Keywords | env, get, proxy |

## Links

- npm: https://www.npmjs.com/package/get-proxy
- Repository: https://github.com/kevva/get-proxy
- Homepage: https://github.com/kevva/get-proxy#readme
- Issues: https://github.com/kevva/get-proxy/issues
- npm.io page: https://npm.io/package/get-proxy

## Dependencies (1)

- [npm-conf](https://npm.io/package/npm-conf.md) ^1.1.0

## Alternatives

- [replicas-cli](https://npm.io/package/replicas-cli.md) — 3.0K weekly downloads
- [env-contract](https://npm.io/package/env-contract.md) — 133 weekly downloads
- [@openveo/api](https://npm.io/package/@openveo/api.md) — 61 weekly downloads
- [@ryniaubenpm2/cumque-error-reiciendis](https://npm.io/package/@ryniaubenpm2/cumque-error-reiciendis.md) — 54 weekly downloads
- [ts-global-type-extra](https://npm.io/package/ts-global-type-extra.md) — 11 weekly downloads

## Recent versions

- 2.1.0 (latest) — 2017-07-21
- 2.0.0 — 2016-05-30
- 1.1.0 — 2016-04-07
- 1.0.1 — 2015-01-22
- 1.0.0 — 2015-01-21

## 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)

---
_Source: https://npm.io/package/get-proxy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
