An open API service indexing awesome lists of open source software.

https://github.com/codler/fetch-register

Fetch just works
https://github.com/codler/fetch-register

fetch fetch-api register

Last synced: about 1 month ago
JSON representation

Fetch just works

Awesome Lists containing this project

README

          

# Fetch-register

_Fetch just works_

Add `fetch` globally on Node.js environment. [https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)

## Install

```
npm install --save fetch-register
```

## Usage

Add once in beginning of your project

```js
require("fetch-register");
```