Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 530 Bytes

Pemilu 2024

I plan to generate queriable database for Indonesian 2024 General Election data from https://infopemilu.kpu.go.id/ which includes:

  • Political Parties
  • DPD candidates
  • DPR candidates
  • Provincial DPRD candidates
  • City/County DPRD candidates

It's still a work in progress....

Generating the data

To install dependencies:

bun install

To run:

bun run generate

This project was created using bun init in bun v0.8.1. Bun is a fast all-in-one JavaScript runtime.