Home

Awesome

<div align="center"> <img alt="Fatcher logo" src="https://github.com/fanhaoyuan/fatcher/raw/master/images/logo.png" height="120" width="120" /> </div> <div align="center"> <h1>Fatcher</h1>

Send fetch request gracefully in browsers and nodeJS

codecov install size <a href="https://unpkg.com/fatcher"><img alt="Size" src="https://img.badgesize.io/https://unpkg.com/fatcher"></a> <a href="https://npmjs.com/package/fatcher"><img src="https://img.shields.io/npm/v/fatcher.svg" alt="npm package"></a> <a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/fatcher.svg" alt="node compatibility"></a> <a href="https://github.com/fanhaoyuan/fatcher/actions/workflows/ci.yml"><img src="https://github.com/fanhaoyuan/fatcher/actions/workflows/ci.yml/badge.svg?branch=master" alt="build status"></a>

</div>

How it work

<div align="center"> <img alt="Fatcher Workflow" src="https://github.com/fanhaoyuan/fatcher/raw/master/images/workflow.png" /> </div>

Why fetch

<div align="center"> <img alt="Fatcher Workflow" src="https://github.com/fanhaoyuan/fatcher/raw/master/images/streams.png" /> </div>

Documentation

➡️ View documentation Here

Install

NPM

>$ npm install fatcher

#or using yarn
>$ yarn add fatcher

#or using pnpm
>$ pnpm add fatcher

CDN

<script src="https://cdn.jsdelivr.net/npm/fatcher/dist/fatcher.min.js"></script>

Usage

For detailed usage information,visit the docs.

License

MIT