Skip to content

dai-siki/china-city-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

china-city-data

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

install

npm install china-city-data

数据格式(json)

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published