pikpak-js-sdk (unofficial)
This is a simple javascript SDK for the PikPak API.
Installation
npm install pikpak-js
Supported Functions
Currently, it only supports the functions mentioned above, but it covers more frequently used features. If you require additional functionality, please open an issue.
Usage
const pikpak = new PikPak("username", "password");
const tasks = await pikpak.getTasks();
Development
This project is based on the js runtime of Bun. Please make sure you have installed the bun cli before running the project.
To run the project in development mode, run the following command:
bun run dev
License
MIT