Administrative-divisions-of-China
中华人民共和国行政区划:省份、城市、区县、乡镇(街道)
JSON
Usage
抓取并导出最新数据
$ npm install
$ npm run build
提示:
由于抓取乡镇数据为异步操作,每次输出的乡镇数据顺序可能不同
但是不会影响其它数据的顺序以及所有数据的完整性。
TEST
$ npm test
> mocha -t 5000
中华人民共和国行政区划:
✓ 省份数据
✓ 城市数据
✓ 区县数据
✓ 乡镇数据
✓ “省份、城市” 二级联动数据
✓ “省份、城市、区县” 三级联动数据
✓ “省份、城市、区县、乡镇” 四级联动数据
✓ “某省、某市、某县、某镇” 不存在
8 passing (12ms)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
this repo is released under the MIT License.