šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

pikpak-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pikpak-js

This is a simple javascript SDK for the PikPak API.

1.1.3
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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

FAQs

Package last updated on 25 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts