Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 391 Bytes

Get any Japanese street address based on it's postal code

Installation

npm install japan-address-autofill --save

Usage

import { getAddressByZip } from "japan-address-autofill"

getAddressByZip("1000005")
.then((response) => {
    console.log(response)
})

Data

Data is obtained from https://github.com/yubinbango/yubinbango