# fetch-file-scheme

NOT READY YET !!

[![GitHub Repo stars](https://img.shields.io/github/stars/nicolas-van/fetch-file-scheme?style=social)](https://github.com/nicolas-van/fetch-file-scheme/stargazers) [![Node.js CI](https://github.com/nicolas-van/fetch-file-scheme/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/fetch-file-scheme/actions) [![npm](https://img.shields.io/npm/v/fetch-file-scheme)](https://www.npmjs.com/package/fetch-file-scheme) [![Coverage Status](https://coveralls.io/repos/github/nicolas-van/fetch-file-scheme/badge.svg?branch=master)](https://coveralls.io/github/nicolas-van/fetch-file-scheme?branch=master) [![](https://data.jsdelivr.com/v1/package/npm/fetch-file-scheme/badge)](https://www.jsdelivr.com/package/npm/fetch-file-scheme)

An utility dispatching to multiple implementations of fetch() depending on the URL scheme.

## Installation

```bash
npm install fetch-file-scheme
```

## Usage

TODO

## Notes

https://github.com/node-fetch/node-fetch/issues/75

## Changelog

[The changelog](https://github.com/nicolas-van/fetch-file-scheme/blob/master/CHANGELOG.md).

## Contribution Guide

[The contribution guide](https://github.com/nicolas-van/fetch-file-scheme/blob/master/CONTRIBUTING.md)

## License

[The license](https://github.com/nicolas-van/fetch-file-scheme/blob/master/LICENSE.md).
