0.3.3 • Published 5 years ago

hk-address-parser-lib v0.3.3

Weekly downloads
404
License
-
Repository
-
Last release
5 years ago

香港地址解析器 Hong Kong Address Parser Lib

This is the JavaScript Address Resolver library for Hong Kong Address Parser. Feel free to check the frontend repo or download the npm package.

For full details, see https://g0vhk-io.github.io/hk-address-parser-lib

Installation

Install library from npm directly

npm i hk-address-parser-lib

Usage

import AddressResolver from 'hk-address-parser-lib';

...

const records = await AddressResolver.parse("address to search");
records.forEach(address => {
  //
})
0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago