![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
jkt48connect-cli
Advanced tools
CLI dan modul untuk mengakses data dari API JKT48Connect, termasuk data member, teater, event, pembayaran, dan lainnya.
Sebuah CLI dan modul sederhana untuk berinteraksi dengan API JKT48Connect. Alat ini memungkinkan Anda mengambil data seperti validasi API key, data teater, detail event, membuat pembayaran, memeriksa status pembayaran, dan lainnya.
Dokumentasi lengkap dan panduan penggunaan API JKT48Connect dapat diakses melalui docs.jkt48connect.my.id.
Tersedia 3 API key gratis yang dapat digunakan untuk percakapan dan percakapan terbatas. Masing-masing API key memiliki batas request sebanyak 50 kali. Anda dapat langsung menggunakan salah satu dari API key berikut:
J48-9F2A7B1D
JKT-4F5C3D8A
J48-2E9D4B7C
Silakan pilih salah satu API key di atas untuk memulai penggunaan tanpa biaya. Jika Anda membutuhkan lebih banyak kuota atau durasi lebih lama, Anda dapat membeli API key dengan menghubungi nomor WhatsApp yang disediakan di bawah.
API key tambahan dapat dibeli dengan cara berikut:
Melalui WhatsApp Manual
Hubungi nomor berikut untuk memesan API key secara manual:
+62 857-0147-9245
Melalui Bot WhatsApp
Kirim perintah berikut ke nomor bot: +62 857-0147-9245
.buyapi <CustomApiName> <RequestLimit> <DurasiAktif>
Contoh:
.buyapi Valzy 250 5hari
Penjelasan:
<CustomApiName>
: Nama API yang ingin Anda beli (misalnya: Valzy).<RequestLimit>
: Batas jumlah request yang dapat dilakukan dengan API key tersebut.<DurasiAktif>
: Durasi waktu aktif API key, dapat menggunakan format seperti 5hari
, 1bulan
, dll.Untuk menggunakan alat ini melalui terminal, instal secara global:
npm install -g jkt48connect-api
Jika Anda ingin menggunakan fungsi API dalam proyek Node.js:
npm install jkt48connect-api
Jalankan alat ini dari terminal dengan perintah:
jkt48connect <command> <api_key> [additional_params]
Perintah | Deskripsi | Contoh Penggunaan |
---|---|---|
check | Validasi API key | jkt48connect check <api_key> |
theater | Ambil data theater | jkt48connect theater <api_key> |
events | Ambil data event | jkt48connect events <api_key> |
eventDetail | Ambil detail untuk event tertentu | jkt48connect eventDetail <api_key> <event_id> |
theaterDetail | Ambil detail untuk theater tertentu | jkt48connect theaterDetail <api_key> <theater_id> |
memberDetail | Ambil detail untuk member tertentu | jkt48connect memberDetail <api_key> <member_id> |
allMembers | Ambil data semua member | jkt48connect allMembers <api_key> |
live | Ambil data live | jkt48connect live <api_key> |
recentLive | Ambil data live terbaru | jkt48connect recentLive <api_key> |
createPayment | Buat pembayaran menggunakan Orkut API | jkt48connect createPayment <api_key> <amount> <qr_code> <logostore> |
checkPaymentStatus | Cek status pembayaran menggunakan Orkut | jkt48connect checkPaymentStatus <api_key> <merchant_id> <key_orkut> <amount> |
Gunakan fungsi berikut dalam proyek Node.js Anda:
const {
checkApiKey,
getTheater,
getEvents,
getEventDetail,
getTheaterDetail,
getMemberDetail,
getAllMembers,
getLive,
createPayment,
checkPaymentStatus,
} = require("jkt48connect-cli");
// Contoh: Validasi API Key
checkApiKey("ApiKey")
.then(() => console.log("API Key valid!"))
.catch((err) => console.error(err));
// Contoh: Membuat Pembayaran
createPayment("ApiKey", 100000, "sample-qr-code", "https://example.com/logo.png")
.then((data) => console.log("Payment Created:", data))
.catch((err) => console.error(err));
// Contoh: Cek Status Pembayaran
checkPaymentStatus("ApiKey", "merchant-id", "your-key-orkut", 50087)
.then((data) => console.log("Payment Status:", data))
.catch((err) => console.error(err));
Untuk dokumentasi yang lebih lengkap, panduan, dan contoh lainnya, kunjungi docs.jkt48connect.my.id.
Proyek ini dilisensikan di bawah MIT License. Lihat file LICENSE untuk detailnya.
Valzyy
Selamat menggunakan! Jangan ragu untuk melaporkan masalah atau mengusulkan fitur baru.
FAQs
CLI dan modul untuk mengakses data dari API JKT48Connect, termasuk data member, teater, event, pembayaran, dan lainnya.
The npm package jkt48connect-cli receives a total of 0 weekly downloads. As such, jkt48connect-cli popularity was classified as not popular.
We found that jkt48connect-cli 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.