New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vioo/apis

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vioo/apis

One module for all API, scraper, and others

1.4.25
latest
npm
Version published
Weekly downloads
304
-62.09%
Maintainers
0
Weekly downloads
 
Created
Source

@vioo/apis

@vioo/apis adalah modul Node.js untuk meng-upload file ke berbagai layanan penyimpanan sementara, seperti Catbox, Uguu, TheOKS, Litterbox, CloudMini, TempFiles dan PostImg. Cocok buat yang butuh tempat upload file cepat tanpa ribet. Selain itu kamu dapat men-download video atau audio dari media yang tersedia seperti YouTube, Facebook, Instagram dan lain-lain!

🔧 Instalasi

Cukup install modul ini dengan cara:

npm install @vioo/apis

🚀 Cara Penggunaan

Pertama, import dulu modulnya di kode kamu:

const { catbox, uguu, theoks, litterbox, cloudmini, tempfiles, postimg } = require('@vioo/apis')

async function uploadFile(filePath) {
  console.log('Catbox:', await catbox(filePath))
  console.log('Uguu:', await uguu(filePath))
  console.log('TheOKS:', await theoks(filePath))
  console.log('Litterbox:', await litterbox(filePath))
  console.log('CloudMini:', await cloudmini(filePath))
  console.log('TempFiles:', await tempfiles(filePath))
  console.log('PostImg:', await postimg(filePath))
}

const file_path = './file.jpg' // Sesuaikan 
uploadFile(file_path).catch(console.error)

📌 Fitur

Setiap fungsi menerima satu parameter berupa path file, lalu meng-upload ke layanan terkait dan mengembalikan URL hasil upload.

🔥 Fungsi lainnya:

const { ytdlv1, ytdlv2, fbdl, igdl, ttdl, ttslide, gdrive } = require('@vioo/apis')

YOUTUBE V1

Video:

ytdlv1("URL", "mp4") // Untuk download vidio

Audio:

ytdlv1("URL", "mp3") // Untuk download audio

YOUTUBE V2

Video:

ytdlv1("URL", "mp4", 1080) // Untuk download vidio

Audio:

ytdlv1("URL", "mp3", 320) // Untuk download audio

⚡ Penggunaan lainnya:

namaFungsi("INPUT") // Cukup memasukkan INPUT di dalam kurung dan string lalu akan muncul respon nya

Ingin melihat fungsi lainnya? Kamu bisa langsung require saja!

KONTAK

Email: viooai.sn@gmail.com Website: https://vapis.my.id/

© Sanjaya (Vioo)

Keywords

api

FAQs

Package last updated on 10 Mar 2025

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