0.4.4 • Published 3 years ago

japan-address-autofill v0.4.4

Weekly downloads
299
License
MIT
Repository
github
Last release
3 years ago

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

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago