0.4.4 • Published 4 years ago

japan-address-autofill v0.4.4

Weekly downloads
299
License
MIT
Repository
github
Last release
4 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

4 years ago

0.4.3

4 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago