1.0.0 • Published 6 years ago

ethio-tel-no-formatter v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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