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