
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@vioo/apis
Advanced tools
@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!
Cukup install modul ini dengan cara:
npm install @vioo/apis
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)
Setiap fungsi menerima satu parameter berupa path file, lalu meng-upload ke layanan terkait dan mengembalikan URL hasil upload.
const { ytdlv1, ytdlv2, fbdl, igdl, ttdl, ttslide, gdrive } = require('@vioo/apis')
Video:
ytdlv1("URL", "mp4") // Untuk download vidio
Audio:
ytdlv1("URL", "mp3") // Untuk download audio
Video:
ytdlv1("URL", "mp4", 1080) // Untuk download vidio
Audio:
ytdlv1("URL", "mp3", 320) // Untuk download audio
namaFungsi("INPUT") // Cukup memasukkan INPUT di dalam kurung dan string lalu akan muncul respon nya
Ingin melihat fungsi lainnya? Kamu bisa langsung require saja!
Email: viooai.sn@gmail.com Website: https://vapis.my.id/
© Sanjaya (Vioo)
FAQs
One module for all API, scraper, and others
The npm package @vioo/apis receives a total of 275 weekly downloads. As such, @vioo/apis popularity was classified as not popular.
We found that @vioo/apis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.