/Phone-Number-Parser

A web service using Libphonenumber to parse numbers.

Primary LanguageJavaScriptMIT LicenseMIT

Phone Number Parser Build Status

Phone Number Parser is a web service built with Nodejs and Expressjs that uses google's Libphonenumber to parse phone numbers from a string or file.

To contribute, follow the following steps:

  1. Fork this repo
  2. Clone it to your local development machine
  3. Install project dependencies
npm install
  1. Run jest test cases
npm test
  1. You are ready to contribute when all test cases pass.