npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@alvianuxio/tools

v2.6.5

Published

A simple module for all api, scraper

Readme

alvianuxio-tools

🚀 Deskripsi

@alvianuxio/tools adalah modul NPM sederhana untuk berinteraksi dengan API dari api.alvianuxuo.my.id menggunakan API key. Modul ini memudahkan integrasi API ke dalam proyek Node.js kamu.

SUPPORT FOR

  • CJS - COMMONJS Modules
  • ESM - ECMAScript Modules

📦 Instalasi

npm install @alvianuxio/tools

🔑 Konfigurasi

1. Menggunakan file .env:
API_KEY=your_api_key_here
BASE_URL=https://api.alvianuxuo.my.id

2. Atau langsung di kode:
const Alvianuxuo = require('alvianuxio-tools');

Alvianuxuo.setApiKey('your_api_key_here');

untuk api (getData dan postData) lainnya tidak perlu

🌐 Cara Penggunaan

import module kedalam proyek anda

const { catbox, uguu, theoks, litterbox, cloudmini, tempfiles } = require('@alvianuxio/tools')  
  
async function upload(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))
}

const path = './file.jpg' // Sesuaikan 
upload(file_path).catch(console.error)
[ API ]
1. GET request:
const alvianuxio = require('@alvianuxio/tools');

(async () => {
  try {
    const data = await Alvianuxuo.getData('example-endpoint');
    console.log('Data:', data);
  } catch (err) {
    console.error('Error:', err.message);
  }
})();

2. POST request:
const Alvianuxuo = require('alvianuxio-tools');

(async () => {
  try {
    const payload = { name: 'Alvian', age: 25 };
    const response = await Alvianuxuo.postData('example-endpoint', payload);
    console.log('Response:', response);
  } catch (err) {
    console.error('Error:', err.message);
  }
})();

⚡ Fitur

- Simple — Mudah digunakan dengan integrasi cepat.
- Konfigurasi fleksibel — Mendukung API key lewat .env atau secara langsung di kode.
- Support async/await — Cocok untuk proyek modern.

catbox(path)  
=> Upload ke **Catbox**
• File tersimpan permanen  
• Bisa buat file besar  
  
=========================  
  
uguu(path)  
=> Upload ke **Uguu**
• File dihapus setelah 24 jam  
• Maksimal 100MB  
=========================
  
theoks(path)  
=> Upload ke **TheOKS**
• File tersimpan permanen  
  
=========================
  
litterbox(path)  
=> Upload ke **Litterbox**
• File bertahan 1 jam, cocok buat file sementara  
=========================
  
cloudmini(path)  
=> Upload ke **CloudMini**
• Penyimpanan jangka panjang  
=========================  
  
tempfiles(path)  
=> Upload ke **TempFiles**
• Penyimpanan sementara  
• Maksimal 512MB  

🛠️ Metode

| Metode          | Deskripsi                  | Contoh Pemakaian                               |
|-----------------|---------------------------|--------------------------------------------------|
| setApiKey       | Mengatur API key secara manual | alvianuxio.setApiKey('your_api_key')            |
| getData         | Mengambil data (GET)      | alvianuxio.getData('endpoint')                 |
| postData        | Mengirim data (POST)      | alvianuxio.postData('endpoint', {key: 'val'})  |

Fungsi lainnya:

const { ytdl-v1, ytdl-v2, facebook, instagram, tiktok, tiktokslide, googledrive } = require('@alvianuxio/tools')

Kualitas video: 144, 240, 360, 480, 720, 1080
Kualitas audio: 32, 64, 128, 192, 256, 320

YOUTUBE V1

Video:

ytdl-v1("URL", "mp4", 1080) // Untuk vidio

Audio:

ytdl-v1("URL", "mp3", 320) // Untuk audio

YOUTUBE V2

Video:

ytdl-v2("URL", "mp4", 1080) // Untuk vidio

Audio:

ytdl-v2("URL", "mp3", 320) // Untuk audio

Penggunaan lainnya:

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

🚧 Kontribusi

kontribusi support bisa chat admin ya...```


🐛 Pelaporan Bug


Jika kamu menemukan bug, silakan laporkan melalui Issues di GitHub dengan format berikut:

Deskripsi Masalah:

  • Jelaskan secara singkat bug yang ditemukan.

Langkah-langkah untuk Mereproduksi:

  1. Buka aplikasi.
  2. Panggil fungsi getData().
  3. Lihat error.

Harapan:

  • Data berhasil didapatkan tanpa error.

Screenshot (jika ada): [Masukkan screenshot di sini]


📄 Lisensi


Proyek ini dilisensikan di bawah MIT License — silakan lihat file LICENSE untuk detailnya.


📞 Kontak


jangan lupa share module ini jika bermanfaat!