Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

china-city-data

dai-siki33ISC1.0.1

中国城市数据(首字母排序,json格式)

cities, cn, cn-city, china-city, chinese-city, chinese-cities, 中国国家行政区划数据

readme

china-city-data

中国城市数据(首字母排序,json文件格式)

install

npm install china-city-data

数据格式(json)


{
    A: [
        {
            "id": "152900", //城市编码
            "name": "阿拉善盟"
        }
        // ……
    ],
    // ……
    Z: [
        // ……
    ],
    // 热门城市
    hot: [
        {
            "id": "110100",
            "name": "北京"
        }
    ]
}