cn-address-parse
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Chinese address parser

中国地址自动解析。

Bug反馈: issuse

Install

npm i cn-address-parse

Usage

import AddressParser from 'cn-address-parse'

AddressParser.parse('深圳市宝安区新安街道128号沙县小吃, 电话:13144381379,收件人:张三 身份证号: 110101192007207351');

// output
{
    phoneNumber: '13144381379',
    name: '张三',
    idon: '110101192007207351',
    street: '新安街道128号沙县小吃',
    zip: '440306',
    province: '广东省',
    city: '深圳市',
    region: '宝安区'
}

Contribution

Fork 本项目

修改后执行:

npm run test

提交PR

LICENSE

MIT

Package Sidebar

Install

npm i cn-address-parse

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

145 kB

Total Files

10

Last publish

Collaborators

  • randychan