https://github.com/codedust/libphonenumber-api
Phone number validation based on https://code.google.com/p/libphonenumber/
https://github.com/codedust/libphonenumber-api
Last synced: 10 months ago
JSON representation
Phone number validation based on https://code.google.com/p/libphonenumber/
- Host: GitHub
- URL: https://github.com/codedust/libphonenumber-api
- Owner: codedust
- Created: 2014-06-09T19:36:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T21:22:35.000Z (about 11 years ago)
- Last Synced: 2025-02-15T03:15:04.862Z (12 months ago)
- Language: JavaScript
- Size: 520 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libphonenumber-api
==================
libphonenumber-api is a simple API to use libphonenumber's number verification without having to
include the whole closure-library. Therefore everything needed for number verification is compiled
into [one single file](libphonenumber_api-compiled.js) using the closure-compiler.
How to use:
===========
To use libphonenumber-api in your own project, simply refer to
[demo-libphonenumber-compiled.html](demo-libphonenumber-compiled.html).
Please also refer to the [documentation of the original libphonenumber]
(https://libphonenumber.googlecode.com/svn/trunk/javadoc/index.html).
How to build
============
To build the minified version of libphonenumber_api.js from source simply execute [build.sh](build.sh).
More information about building can be found in [libphonenumber's README]
(deps/libphonenumber/javascript/README).