# brq

> Request bike-shed

Latest version **0.2.1** (published 2024-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install brq
pnpm add brq
yarn add brq
bun add brq
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2024-02-25 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 34 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Christopher Jeffrey |
| Maintainers | chjj, nodweber, pinheadmz |
| Keywords | http, request |

## Links

- npm: https://www.npmjs.com/package/brq
- Repository: https://github.com/bcoin-org/brq
- Issues: https://github.com/bcoin-org/brq/issues
- npm.io page: https://npm.io/package/brq

## Dependencies (1)

- [bsert](https://npm.io/package/bsert.md) ~0.0.12

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.2.1 (latest) — 2024-02-25
- 0.2.0 — 2023-12-16
- 0.1.10 — 2023-08-31
- 0.1.9 — 2023-08-31
- 0.1.8 — 2019-05-03
- 0.1.7 — 2019-03-21
- 0.1.6 — 2019-01-22
- 0.1.5 — 2019-01-15
- 0.1.4 — 2018-11-29
- 0.1.3 — 2018-09-29
- 0.1.2 — 2018-07-19
- 0.1.1 — 2018-07-12
- 0.1.0 — 2018-06-08
- 0.0.2 — 2018-03-12
- 0.0.1 — 2017-12-29
- … 1 more at https://npm.io/package/brq/versions

## README

# brq

A minimal request module.

## Usage

``` js
import request from 'brq';
const response = await request('https://icanhazip.com');
console.log(response.text());
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

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