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
Install library from npm directly
npm i hk-address-parser-lib
import AddressResolver from 'hk-address-parser-lib';
...
const records = await AddressResolver.parse("address to search");
records.forEach(address => {
//
})