hk-address-parser-lib

0.3.3 • Public • Published

香港地址解析器 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 => {
  //
})

/hk-address-parser-lib/

    Package Sidebar

    Install

    npm i hk-address-parser-lib

    Weekly Downloads

    0

    Version

    0.3.3

    License

    none

    Unpacked Size

    1.41 MB

    Total Files

    8

    Last publish

    Collaborators

    • nandi0315