Skip to content

mazkdevf/CarrierDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarrierDetect

With this JavaScript script you can easily find carrier of the phone number, this is using freecarrierlookup to fetch the data from.

Example Code

const identifier = new CarrierDetect();
let carrier = await identifier.fetchCarrier("<country code>", "<number without country>");

will return as:

{
    "success": "false / true (BOOL)",
    "carrier": "Carrier Name / Null",
    "err": "Error Text / OR NOT"
}

About

With this JavaScript script you can easily find carrier of the phone number, this is using freecarrierlookup to fetch the data from.

Topics

Resources

License

Stars

Watchers

Forks