xiers / icity

Get the tools for the city where your phone number is located

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icity

NPM version Build Status Coverage Status

Get the tools for the city where your phone number is located

Usage 使用方法

$ npm install icity --save

Examples 示例

console.log(JSON.stringify(icity.parse('13810570000')))
// > {"province":"北京","city":"北京","areaCode":"010","provider":"**移动"}

console.log(JSON.stringify(icity.parse('13820570000')))
// > {"province":"天津","city":"天津","areaCode":"022","provider":"**移动"}

License

MIT © zswang

About

Get the tools for the city where your phone number is located

License:MIT License


Languages

Language:TypeScript 58.8%Language:JavaScript 41.2%