Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hk-city-address-parser-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
香港城市地址解析器 Hong Kong City Address Parser Lib
This is a fork and continued development of 香港地址解析器 Hong Kong Address Parser Lib.
The original Hong Kong Address Parser Lib has been paused development for more than 5 years.
Hong Kong Address Parser Lib was the JavaScript Address Resolver library for Hong Kong Address Parser.
For their details, see https://g0vhk-io.github.io/hk-address-parser-lib
Installation
git clone repo-address
npm iUsage
node test.mjsContent of test.mjs:
#import AddressResolver from 'hk-city-address-parser-lib';
import AddressResolver from './dist/hk-address-parser.cjs.js';
...
const records = await AddressResolver.parse("address to search");
records.forEach(address => {
//
})License
MIT
Maintainer
- Cheok Yin Fung (@E7-87-83)
Contributers of "Hong Kong Address Parser"
- Brian Leung (@cswbrian)
- Nandi Wong (@nandiheath)
- Wong Wing Kam (@wingkwong)
- Kan Omar (@oktak)
- Law Wai Chun (@chunlaw)
- Chai (@ylchan87)
- UnKnoWn-Consortium (@UnKnoWn)
Special Thanks of "Hong Kong Address Parser"
- HoLok Chen
- Ho Wa Wong (@howawong)
- Ng Benny
- Lam Wai
- Himphen Hui Hau Him (@himphen)
- Ha Chi Yeung
- Samson Lau
- Carrie Lau
- Gemini Cheng
- Sze Ching Wee
- Yat Tin Sunny Chan
- Eric Yuen. Lun
TODO
Port the Library to Python