dweinstein / node-mnc-lookup

module for mobile network operator lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
}

About

module for mobile network operator lookup

License:MIT License


Languages

Language:JavaScript 100.0%