lookup-phone

1.1.3 • Public • Published

Phone Lookup Lib

Build Status

NPM lib to get information about operator and country of a number.

How to install:

    npm i lookup-phone
                  
    yarn add lookup-phone

Usage:

    const lookup = require('lookup-phone')
 
    lookup(35191999999).then(data => {
        console.log(data) // e.g. Vodafone, Portugal
    })

Readme

Keywords

Package Sidebar

Install

npm i lookup-phone

Weekly Downloads

1

Version

1.1.3

License

ISC

Unpacked Size

3.45 kB

Total Files

5

Last publish

Collaborators

  • rubensilva