提供全球的国家、省/直辖市/州、市、县信息。
数据来自 QQ 的安装包
npm install node-location
const location = require('node-location').location
const country = require('node-location').country
const state = require('node-location').state
const city = require('node-location').city
const region = require('node-location').region
每一个地址信息的包含字段:
-
name
地址名字
-
code
地址代码
-
level
层级
- 1:国家
- 2:省/直辖市/州
- 3:市
- 4:县
-
country
国家名字
-
state (可选)
省/直辖市/州名字
-
city (可选)
市名字
-
region (可选)
县名字
MIT