Skip to content

ruimarinho/google-libphonenumber

Repository files navigation

google-libphonenumber

The up-to-date and reliable Google's libphonenumber package for node.js. Zero dependencies.

Status

npm version build status install size

Introduction

Google's libphonenumber is a library that parses, formats, stores and validates international phone numbers. It is used by Android since version 4.0 and is a phenomenal repository of carrier metadata.

Although it compiles down to Java, C++ and JS, its JS port is tightly coupled to the Google Closure library. This makes it more difficult to directly require and use the code on a node.js project.

Google eventually started publishing