# bcurl

> Web client bike-shed

Latest version **0.2.1** (published 2023-09-01) · MIT license · 0 weekly downloads

## Install

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

## 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 | 2023-09-01 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 14.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Christopher Jeffrey |
| Maintainers | chjj, nodweber, pinheadmz |
| Keywords | http, request, socket.io, websockets |

## Links

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

## Dependencies (3)

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

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.2.1 (latest) — 2023-09-01
- 0.2.0 — 2022-05-14
- 0.1.10 — 2021-12-10
- 0.1.9 — 2020-08-17
- 0.1.8 — 2020-08-17
- 0.1.7 — 2020-08-17
- 0.1.6 — 2019-03-21
- 0.1.5 — 2019-01-22
- 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/bcurl/versions

## README

# bcurl

A minimal web client.

## Usage

``` js
const bcurl = require('bcurl');

const client = bcurl.client('http://localhost:8080');
const socket = await client.connect();

socket.send('hello', 'world');

// Rest
const json = await client.get('/foobar');
console.log(json);

// JSON-RPC
const json = await client.execute('/', 'method', {});

```

## 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/bcurl · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
