Skip to content

Installation

Çağan Seyrek edited this page Feb 24, 2025 · 3 revisions

EasyRequester is not available as an NPM package (at least currently).

You either can clone the repository and use it:

git clone https://github.com/caganseyrek/EasyRequester.git
cd path/to/EasyRequester

Or include the compiled source file from the dist/ folder in the repository:

dist/
├── easy-requester.js
└── easy-requester.min.js
src/
└── ...
eslint.config.mjs
package.json
tsconfig.json
...

Clone this wiki locally