japan-address-autofill
v0.4.4
Published
<h1 align="center">〒</h1>
Downloads
920
Maintainers
Readme
Get any Japanese street address based on it's postal code
Installation
npm install japan-address-autofill --save
import { getAddressByZip } from "japan-address-autofill"
getAddressByZip("1000005")
.then((response) => {
console.log(response)
})
Data
Data is obtained from https://github.com/yubinbango/yubinbango