1.0.5 • Published 2 years ago

phone-numbers-identity-ke v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

MNO Identity service for Kenyan Phone Numbers

Serves AIRTEL, SAFARICOM and TELKOM

| How to use the library:

 npm i  phone-numbers-identity-ke

Example Usage

const mnoIdentity = require ('phone-numbers-identity-ke')

const identity = mnoIdentity('0718192690')
console.log(identity) //SAFCOM

Easy peasy :)