Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

AlxisHenry/fetchop

Repository files navigation

Getting Started

Click here to view the package on npm.

Installation

Prerequisites

  • Node.js version 16 or higher.
  • npm version 7 or higher, or pnpm version 6 or higher.
$ npm install -D fetchop
$ pnpm add -D fetchop

Usage

Basic usage

You can import the library in your project like this:

import { Fetchop } from 'fetchop'

Then you can create a new instance of Fetchop like this:

const fetchop = new Fetchop()