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

info-perkara

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

info-perkara

Info Perkara Seluruh Indonesia

  • 1.1.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

UNOFFICIAL INFO PERKARA

Modul ini untuk mencari data perkara seluruh indonesia* dan juga jadwal sidang, respon yang dihasilkan adalah JSON

  • Pengadilan Negeri
  • Pengadilan Agama
  • Pengadilan Tata Usaha Negara

INSTALL MODUL

  • npm i info-perkara

PENGGUNAAN

- untuk info perkara
perkara.cari('satker','pencarian')

- jadwal sidang
perkara.sidang('satker','tanggal')

satker :
pn-namakota
pa-namakota
ptun-namakota

CONTOH

const perkara = require('info-perkara');
perkara.cari('pn-painan','SINTA ANDESTA').then(e => console.log(e));
perkara.sidang('pn-merauke','01/02/2023').then(e => console.log(e));
//atau dengan async
async function main() {
    const hasil = await perkara.cari('pa-ambon','214/Pdt.G/2024');
    console.log(hasil)
    const cariditun = await perkara.cari('ptun-bandaaceh','Bupati Bener Meriah')
    console.log(cariditun)
    // contoh jadwal sidang
    const sidang=await perkara.sidang('pn-merauke','01/02/2023');
    console.log(sidang)
}
main()

Authors

  • @caturadisukrisno

🚀 About Me

I'm a full stack developer...

Keywords

FAQs

Package last updated on 25 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc