Skip to content

〒 Get any Japanese street address based on the postal code

Notifications You must be signed in to change notification settings

kimelab/japan-address-autofill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

〒 Get any Japanese street address based on the postal code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%