1.1.3 • Published 5 years ago

lookup-phone v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago