# nodeGetCity **Repository Path**: zbproject/nodeGetCity ## Basic Information - **Project Name**: nodeGetCity - **Description**: 通过阿里云提供的api,提取全国省市区 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-11-01 - **Last Updated**: 2022-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodeGetCity #### 项目介绍 通过阿里云提供的api,提取全国省市区 #### 使用说明 1. json 文件夹中是提取好了的 ``` 运行 node index.js 将自动整理,当前接口中最新的市到 /json/city.json 中。 需要得到 区县则,需要事先得到 city的数据 ```