# @product-live/request.libary

> http request util

Latest version **1.0.13** (published 2020-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @product-live/request.libary
pnpm add @product-live/request.libary
yarn add @product-live/request.libary
bun add @product-live/request.libary
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2020-01-24 |
| First published | 2018-10-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 0 |
| Unpacked size | 10.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | anzerr |
| Maintainers | clementaubert |

## Links

- npm: https://www.npmjs.com/package/@product-live/request.libary
- Repository: https://github.com/Product-Live/request.libary-1
- Homepage: https://github.com/Product-Live/request.libary-1#readme
- Issues: https://github.com/Product-Live/request.libary-1/issues
- npm.io page: https://npm.io/package/@product-live/request.libary

## Recent versions

- 1.0.13 (latest) — 2020-01-24
- 1.0.1 — 2018-12-20
- 1.0.0 — 2018-10-26

## README

### `Intro`
![GitHub Actions status | linter](https://github.com/anzerr/request.libary/workflows/linter/badge.svg)
![GitHub Actions status | publish](https://github.com/anzerr/request.libary/workflows/publish/badge.svg)
![GitHub Actions status | test](https://github.com/anzerr/request.libary/workflows/test/badge.svg)

Simple request object without having to pull 47 extra packages

#### `Install`
``` bash
npm install --save git+https://github.com/anzerr/request.libary.git
npm install --save @anzerr/request.libary
```

### `Example`
``` javascript
const Request = require('request.libary');

new Request('https://google.com').get('/').then((res) => {
	console.log(res.status(), res.body().toString());
});
```

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