jp-local-gov-id

app-0.6.0data-0.1.0

Playground

Write TypeScript and run @b4moss/jp-local-gov-id in the browser (top-level await supported).

import { createLocalGovClient } from "@b4moss/jp-local-gov-id";
import dataset from "@b4moss/jp-local-gov-id-data";

const client = await createLocalGovClient({ data: dataset });
const result = await client.getByCode("131016");
console.log(result);
Output

Console output will appear here after you run the code.