-
Notifications
You must be signed in to change notification settings - Fork 0
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/EasyRequesterOr 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
...