parsephonenumber
v0.0.1
Published
A naive implementation of a phone number parser
Downloads
5
Readme
parsePhoneNumber
A naive implementation of a phone number, just because I want to challenge myself on this.
Installation
npm install --save @hunteroi/parsePhoneNumber
Contribution
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Branch:
git checkout -b patch/YourAmazingWork
- Commit your Changes:
git commit -m 'Add some amazing work'
- Push to the Branch:
git push origin patch/YourAmazingWork
- Open a Pull Request