Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.97 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.97 KB
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