Skip to content

fanhaoyuan/fatcher

Repository files navigation

Fatcher logo

Fatcher

Send fetch request gracefully in browsers and nodeJS

codecov install size Size npm package node compatibility build status

How it work

Fatcher Workflow

Why fetch

Fatcher Workflow

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