mayinghan / address_mapper

A chinese address auto fill tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese address mapper

This is a chinese address mapper which can auto fill the missing field of a piece of address.

How to use

const adrmap = require('address_mapper');
adrmap.init()
adrmap.transform('xxxxx')  // => this will return the [province, city] of this address in an array

About

A chinese address auto fill tool


Languages

Language:JavaScript 100.0%