china-city-data
v1.0.1
Published
中国城市数据(首字母排序,json格式)
Downloads
39
Maintainers
Readme
china-city-data
中国城市数据(首字母排序,json文件格式)
install
npm install china-city-data
数据格式(json)
{
A: [
{
"id": "152900", //城市编码
"name": "阿拉善盟"
}
// ……
],
// ……
Z: [
// ……
],
// 热门城市
hot: [
{
"id": "110100",
"name": "北京"
}
]
}