8.12.23 • Published 3 years ago

shoutout-libphonenumber-js-utils v8.12.23

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Libphonenumber-js-utils · npm version Build Status

What is it

This repo is a compiled and minified version of the utilities functions from the googlei18n's libphonenumber library. The functions are exposed to window.intlTelInputUtils inside browser environment.

How to use

  • Add libphonenumber-js-utils to the package dependency.
  • import 'libphonenumber-js-utils'; in your code.
  • The functions will be available in window.intlTelInputUtils.

Features inside it

NameTypeDescription
formatNumberFunctionFormat Phone number according to country
getExampleNumberFunctionGet example phonenumber of a country
getExtensionFunction
getNumberTypeFunctionGet the type of number entered like FIXED_LINE, MOBILE, etc.
getValidationErrorFunctionGet the validation error
isValidNumberFunctionCheck if a number is valid for a country
numberFormatEnumPossible Values: NATIONAL INTERNATIONAL
numberTypeEnumPossible Values: FIXED_LINE MOBILE UNKNOWN
validationErrorEnumPossible Values: IS_POSSIBLE INVALID_COUNTRY_CODE TOO_SHORT TOO_LONG NOT_A_NUMBER

How to build it

Install Dependencies

Install maven and ant. For MacOS

brew install ant
brew install maven
sh scripts/build-dependencies.sh

Compile

sh scripts/execute.sh

Contributors

@superhit0@patw0929@nutboltu