1.3.1 • Published 1 day ago

@devmehq/phone-number-validator-js v1.3.1

Weekly downloads
-
License
BSL 1.1
Repository
github
Last release
1 day ago

Phone Number information lookup, validation, carrier name, geo and timezone infos

NPM version Build Status Downloads UNPKG

Verify phone number, validate format, checking carrier name, geo and timezone infos.

This library includes phone number lookup and validation, and the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries.

To reduce the amount of data that needs to be loaded to geocode / carrier map a phone-number for each mapping only the relevant number prefixes are loaded from a binary json file (BSON). When the prefix could not be found in the provided locale the library tries to fall back to en as locale.

The library supports Node.js only at the moment.

Features

✅ Check phone number validity

✅ Check phone number format

✅ Check phone number carrier name

✅ Check phone number geo location (city)

✅ Check phone number timezone

✅ Check phone number country code

Use cases

  • Increase delivery rate of SMS campaigns by removing invalid phone numbers
  • Increase SMS open rate and your marketing IPs reputation
  • Protect your website from spam, bots and fake phone numbers
  • Protect your product signup form from fake phone numbers
  • Protect your website forms from fake phone numbers
  • Protect your self from fraud orders and accounts using fake phone numbers
  • Integrate phone number verification into your website forms
  • Integrate phone number verification into your backoffice administration and order processing
  • Integrate phone number verification into your mobile apps

API / Cloud Hosted Service

We offer this phone verification and validation and more advanced features in our Scalable Cloud API Service Offering - You could try it here Phone Number Verification

Self-hosting - installation and usage instructions

Installation

npm install @devmehq/phone-number-validator-js

or

yarn add @devmehq/phone-number-validator-js

Usage

The available methods are:

  • geocoder(phonenumber: PhoneNumber, locale?: GeocoderLocale = 'en'): string | null - Resolved to the geocode or null if no geocode could be found (e.g. for mobile numbers)
  • carrier(phonenumber: PhoneNumber, locale?: CarrierLocale = 'en'): string | null - Resolves to the carrier or null if non could be found (e.g. for fixed line numbers)
  • timezones(phonenumber: PhoneNumber): Array<string> | null - Resolved to an array of timezones or null if non where found.

Examples

import { geocoder, carrier, timezones, parsePhoneNumberFromString } from '@devmehq/phone-number-validator-js'

const fixedLineNumber = parsePhoneNumberFromString('+41431234567')
const locationEN = geocoder(fixedLineNumber) // Zurich
const locationDE = geocoder(fixedLineNumber, 'de') // Zürich
const locationIT = geocoder(fixedLineNumber, 'it') // Zurigo

const mobileNumber = parsePhoneNumberFromString('+8619912345678')
const carrierEN = carrier(mobileNumber) // China Telecom
const carrierZH = carrier(mobileNumber, 'zh') // 中国电信

const fixedLineNumber2 = parsePhoneNumberFromString('+49301234567')
const tzones = timezones(fixedLineNumber2) // ['Europe/Berlin']

Testing

yarn test

Contributing

Please feel free to open an issue or create a pull request and fix bugs or add features, All contributions are welcome. Thank you!

LICENSE MIT

1.3.2-beta.8

1 day ago

1.3.2-beta.7

3 days ago

1.3.2-beta.6

3 days ago

1.3.2-beta.5

5 days ago

1.3.2-beta.4

7 days ago

1.3.2-beta.3

8 days ago

1.3.2-beta.2

9 days ago

1.3.2-beta.1

10 days ago

1.3.1-beta.20

12 days ago

1.3.1

11 days ago

1.3.1-beta.19

12 days ago

1.3.1-beta.17

17 days ago

1.3.1-beta.18

16 days ago

1.3.1-beta.16

17 days ago

1.3.1-beta.15

18 days ago

1.3.1-beta.14

18 days ago

1.3.1-beta.13

18 days ago

1.3.1-beta.12

19 days ago

1.3.1-beta.11

24 days ago

1.3.1-beta.10

27 days ago

1.3.1-beta.9

29 days ago

1.3.1-beta.8

30 days ago

1.3.1-beta.7

1 month ago

1.3.1-beta.6

1 month ago

1.3.1-beta.5

1 month ago

1.3.1-beta.4

1 month ago

1.3.1-beta.3

1 month ago

1.2.16-develop.0

1 month ago

1.3.0

1 month ago

1.3.1-beta.1

1 month ago

1.3.0-beta.1

1 month ago

1.2.14-beta.33

1 month ago

1.3.1-beta.2

1 month ago

1.2.14-beta.34

1 month ago

1.2.14-beta.31

1 month ago

1.2.14-beta.32

1 month ago

1.2.14-beta.30

1 month ago

1.2.14-beta.28

1 month ago

1.2.14-beta.29

1 month ago

1.2.14-beta.27

1 month ago

1.2.14-beta.26

2 months ago

1.2.14-beta.24

2 months ago

1.2.14-beta.25

2 months ago

1.2.14-beta.23

2 months ago

1.2.14-beta.22

2 months ago

1.2.14-beta.20

2 months ago

1.2.14-beta.21

2 months ago

1.2.14-beta.17

2 months ago

1.2.14-beta.19

2 months ago

1.2.14-beta.18

2 months ago

1.2.14-beta.16

2 months ago

1.2.14-beta.15

2 months ago

1.2.14-beta.14

2 months ago

1.2.14-beta.13

2 months ago

1.2.14-beta.11

2 months ago

1.2.14-beta.12

2 months ago

1.2.14-beta.10

3 months ago

1.2.14

3 months ago

1.2.14-beta.8

3 months ago

1.2.14-beta.9

3 months ago

1.2.14-beta.7

3 months ago

1.2.14-beta.4

3 months ago

1.2.14-beta.6

3 months ago

1.2.14-beta.5

3 months ago

1.2.14-beta.3

3 months ago

1.2.14-beta.2

3 months ago

1.2.14-beta.1

3 months ago

1.2.13-beta.1

3 months ago

1.2.13

3 months ago

1.2.12

3 months ago

1.2.12-beta.7

3 months ago

1.2.12-beta.6

3 months ago

1.2.12-beta.5

3 months ago

1.2.12-beta.2

3 months ago

1.2.12-beta.3

3 months ago

1.2.12-beta.4

3 months ago

1.2.12-beta.1

3 months ago

1.2.11-beta.22

3 months ago

1.2.11-beta.20

4 months ago

1.2.11-beta.21

3 months ago

1.2.11

3 months ago

1.2.11-beta.19

4 months ago

1.2.11-beta.18

4 months ago

1.2.11-beta.17

4 months ago

1.2.11-beta.15

4 months ago

1.2.11-beta.16

4 months ago

1.2.11-beta.13

4 months ago

1.2.11-beta.14

4 months ago

1.2.11-beta.11

4 months ago

1.2.11-beta.12

4 months ago

1.2.11-beta.10

4 months ago

1.2.11-beta.9

4 months ago

1.2.11-beta.8

4 months ago

1.2.11-beta.7

4 months ago

1.2.11-beta.6

4 months ago

1.2.11-beta.5

4 months ago

1.2.11-beta.4

4 months ago

1.2.11-beta.3

4 months ago

1.2.11-beta.2

4 months ago

1.2.11-beta.1

4 months ago

1.2.10-beta.1

4 months ago

1.2.10-beta.2

4 months ago

1.2.9-beta.1

4 months ago

1.2.10

4 months ago

1.2.9

5 months ago

1.2.8

5 months ago