Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cellocate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellocate

手机归属地查询

  • 0.1.2
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Cellocate

手机号码归属地查询工具。

特性

  • 号码库全,几乎包含所有已知号码(包含虚拟运营商)
  • 离线查询,不需要网络支持
  • 算法优良,磁盘空间和运行内存、CPU占用极小
  • 可全局安装作为工具使用
  • 测试覆盖率100%,确保可靠

使用

全局安装作为工具使用

npm install -g cellocate

使用

cellocate 13888888888

返回

13888888888
云南 昆明 移动

作为模块引用

var cellocate = require('cellocate');
console.log(cellocate('13888888888'));
//{ province: '云南', city: '昆明', sp: '移动' }

开源协议

GPL,大意:您可以随意使用、修改,但修改后需要以同样协议开源。

版本记录

v0.1.1 (2014-12-29)

  • 单元测试,代码覆盖率100%
  • 修复一些极端情况下出错的bug

v0.1.0 (2014-12-27)

  • 初始发布

Keywords

FAQs

Package last updated on 19 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc