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
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

info-perkara

Package Informasi Perkara Seluruh Indonesia

  • 1.0.1
  • unpublished
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

UNOFFICIAL INFO PERKARA

Modul ini untuk mencari data perkara seluruh indonesia dengan metode scrapping sehingga mudah untuk di integrasikan ke aplikasi lain.

INSTALL MODUL

  • npm i info-perkara
  • yarn install info-perkara
  • pnpm i info-perkara

CONTOH PENGGUNAAN

const InfoPengadilan = require('info-perkara');
const cari = new InfoPengadilan();

(async () => {
    const info_tilang = await cari.infoTilang('pn-padang', 'budi');
    const info_perkara = await cari.infoPerkara('pn-padang', '19/Pid.B/2024');
    console.log(info_tilang)
    console.log(info_perkara)
})()

Authors

  • @caturadisukrisno

🚀 About Me

I'm a full stack developer...

Keywords

FAQs

Package last updated on 04 Mar 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