chinese-region-util
v1.1.3
Published
Provide administrative regional structure of china
Downloads
2
Readme
chinese-region-util
Provide administrative regional structure of china.
Installation
$ npm install --save chinese-region-util
or
$ yarn add chinese-region-util --dev
Methods
findAll()
: get full tree.findOne(code)
: find one node by code.getChildren(parentCode)
: get children by parent code.getAllProvince()
: find all provinces.getAllCity()
: find all cities.getAllArea()
: find all areas.
License
MIT