{"id":20586345,"url":"https://github.com/kejawenlab/nusantara","last_synced_at":"2025-09-01T06:39:51.856Z","repository":{"id":57005404,"uuid":"197615436","full_name":"KejawenLab/Nusantara","owner":"KejawenLab","description":"Nusantara adalah Script untuk mengambil data terbaru daerah di Indoensia mulai dari Propinsi hingga Desa/Kelurahan","archived":false,"fork":false,"pushed_at":"2020-10-28T07:07:11.000Z","size":673,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T15:14:39.217Z","etag":null,"topics":["data","data-propinsi","indonesia","kabupaten","propinsi","wilayah-indonesia"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KejawenLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-18T15:43:37.000Z","updated_at":"2023-01-24T09:03:14.000Z","dependencies_parsed_at":"2022-08-21T12:10:52.296Z","dependency_job_id":null,"html_url":"https://github.com/KejawenLab/Nusantara","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/KejawenLab/Nusantara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KejawenLab%2FNusantara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KejawenLab%2FNusantara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KejawenLab%2FNusantara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KejawenLab%2FNusantara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KejawenLab","download_url":"https://codeload.github.com/KejawenLab/Nusantara/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KejawenLab%2FNusantara/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273082444,"owners_count":25042284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","data-propinsi","indonesia","kabupaten","propinsi","wilayah-indonesia"],"created_at":"2024-11-16T07:11:14.248Z","updated_at":"2025-09-01T06:39:51.805Z","avatar_url":"https://github.com/KejawenLab.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KejawenLab Nusantara\n\nNusantara adalah Script untuk mengambil data terbaru daerah di Indoensia mulai dari Propinsi hingga Desa/Kelurahan\n\n## Instalasi\n\n* Cloning\n\n```bash\ngit clone https://github.com/KejawenLab/Nusantara\ncd Nusantara\ncomposer update --prefer-dist -vvv\n```\n\n* Untuk Existing Project\n\n```bash\ncomposer req kejawenlab/nusantara\n```\n\n## Cara Menggunakan\n\n```bash\nphp nusantara\n```\n\n## Format Data\n\nData hasil crawling akan tersimpan di file `wilayah.json` dengan format sebagai berikut\n\n```php\n[KODE_PROPINSI] =\u003e\n    'name' =\u003e [NAMA_PROPINSI],\n    'district' =\u003e [\n        [KODE_KABUPATEN] =\u003e [\n            'name' =\u003e [NAMA_KABUPATEN],\n            'sub_district' =\u003e [\n                [KODE_KECAMATAN] =\u003e [\n                    'name' =\u003e [NAMA_KECAMATAN],\n                    'village =\u003e [\n                        [KODE_DESA] =\u003e [NAMA_DESA]\n                    ] \n                ]\n            ]\n        ]\n    ]\n``` \n\n## Menggunakan `Nusantara` tanpa command line interface\n\n```php\nuse KejawenLab\\Nusantara\\Nusantara;\n\n$nusantara = new Nusantara();\n//Data sebagai array dengan format seperti di atas\n$result = $nusantara-\u003efetch();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkejawenlab%2Fnusantara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkejawenlab%2Fnusantara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkejawenlab%2Fnusantara/lists"}