Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

IMSI Analyzer

Break up IMSI into MCC, MNC, MSIN. Determine subscriber country and network.

Example

const imsi = require('imsi-grok');
console.log(imsi.grok('247011234567890'));

Output:

{ mcc: '247',
  mnc: '01',
  country_iso: 'LV',
  country_name: 'Latvia',
  country_code: '371',
  network_name: 'Latvian Mobile Phone',
  msin: '1234567890' }

About

Analyze IMSI (international mobile subscriber identity) number.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages