ihqn / china-city-data

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

china-city-data

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

install

npm install china-city-data

数据格式(json)

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

About

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