Skip to content

BisratYalew/ethio-tel-no-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethiopian Telephone Number Formatter

Installing

A step by step series of examples that tell you how to run the program

First Install the package from npmjs

npm install ethio-tel-no-formatter

If yarn is installed (optional)

yarn add ethio-tel-no-formatter

Usage

const ethioTelNoFormatter = require('ethio-tel-no-formatter');

ethioTelNoFormatter("0929956337");
// Outputs >>>   "+251 (929) 95 63 37"

or

ethioTelNoFormatter("929956337");
// Outputs >>>   "+251 (929) 95 63 37"

Running the tests

npm run test 

Contributing

Feel free to contribute and send pull requests.

Contributors

License

This project is licensed under the MIT License

About

Ethiopian Phone Number Structure Formatter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages