npm install japan-address-autofill --save
import { getAddressByZip } from "japan-address-autofill"
getAddressByZip("1000005")
.then((response) => {
console.log(response)
})
import { getAddressByZip } from "japan-address-autofill"
getAddressByZip("1000005")
.then((response) => {
console.log(response)
})
Data is obtained from https://github.com/yubinbango/yubinbango