# postfetch

> It's just so Fetch™

Latest version **0.0.4** (published 2019-03-04) · ISC license · 0 weekly downloads

## Install

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

## 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.0.4 |
| Published | 2019-03-04 |
| First published | 2019-01-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Alek Angelov |
| Maintainers | alekangelov |
| Keywords | fetch, data, prefetch, fetchapi, data, ajax, xhr |

## Links

- npm: https://www.npmjs.com/package/postfetch
- Repository: https://github.com/alekangelov/postFetch
- Homepage: https://github.com/alekangelov/postfetch#readme
- Issues: https://github.com/alekangelov/postfetch/issues
- npm.io page: https://npm.io/package/postfetch

## 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.0.4 (latest) — 2019-03-04
- 0.0.3 — 2019-02-26
- 0.0.2 — 2019-01-25
- 0.0.1 — 2019-01-25

## README

# postFetch

## a microlibrary for fetching stuff

  

Will explain more later. Maybe.

### Importing
    import postFetch from 'postFetch';

### GET requests
    postFetch.getData("url goes here", [{key/value pairs of parameters of get request}]);

### POST requests

    postFetch.postData("url goes here", {object you want to pass through});
    
### PUT requests

    postFetch.putData("url goes here", {object you want to pass through});

### DELETE requests

    postFetch.deleteData("url goes here", {object you want to pass through});

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