1.1.3 • Published 4 years ago

lookup-phone v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago