wilayahindonesia
Library data wilayah indonesia
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 1.0.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Authors
- enggar tivandi
Installation
nimble install wilayahindonesia
choosenim install wilayahindonesia
git clone https://github.com/nekoding/wilayahindonesia-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| wilayahindonesia | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.10 | No |
Source
| Repository | https://github.com/nekoding/wilayahindonesia-nim |
|---|---|
| Homepage | https://github.com/nekoding/wilayahindonesia-nim |
| Registry Source | nimble_official |
README
Wilayah Indonesia
Library ini diperuntukan untuk mempermudah pengambilan data wilayah indonesia . Data wilayah bersumber pada url https://nekoding.github.io/api-wilayah-indonesia/. Anda dapat mengubah base url diatas dengan menambahkan konfigurasi env dengan kata kunci WILAYAHINDO_BASEURL
Installation
nimble install wilayahindonesia
````
## Usage
```nim
import wilayahindonesia
var provinces = getListProvinsi()
var cities = getListKota(31)
var regencies = getListKecamatan(3172)
var villages = getListKelurahan(3172070)
echo provinces, cities, regencies, villages
Thanks to:
- https://github.com/emsifa (Author API Wilayah Indonesia)