phonur

1.1.2 • Public • Published

phonur

Get format of phone number with number and country code.

Motivation

Dealing with phone numbers is a pain. This package defeat this pain.

Installation

To install the library use

$ npm i phonur --save

Usage

var phonur = require('phonur')

phonur("+905312345678") // return ['+905312345678', '90', 'TR']
phonur("905312345678") // return ['+905312345678', '90', 'TR']
phonur("05312345678") // return []
phonur("05312345678","90") // return ['+905312345678', '90', 'TR']
phonur("5312345678") // return []
phonur("5312345678","90") // return ['+905312345678', '90', 'TR']

Credits

Onur Osman Gule [onurgule]

with package "phone"

Package Sidebar

Install

npm i phonur

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

324 kB

Total Files

7

Last publish

Collaborators

  • onurgule