mnc-lookup

0.0.4 • Public • Published

SYNOPSIS

module for mobile network operator lookup

USAGE

npm install mnc-lookup
var mnc = require('mnc-lookup');
var id = 310070;
var res = mnc({id: id});
if (res) {
 console.log("id %d => %s", id, res.name);
}

Dependents (0)

Package Sidebar

Install

npm i mnc-lookup

Weekly Downloads

8

Version

0.0.4

License

MIT

Last publish

Collaborators

  • dweinstein