1.1.3 • Published 5 months ago

pikpak-js v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

pikpak-js-sdk (unofficial)

This is a simple javascript SDK for the PikPak API.

Installation

npm install pikpak-js

Supported Functions

  • Get Tasks
  • Create Task
  • Delete Task
  • Get Folder
  • Create Folder
  • Delete Folders
  • Get File
  • Get Quota

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

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago