Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunteroi/parsephonenumber
A naive implementation of a phone number parser
https://github.com/hunteroi/parsephonenumber
Last synced: about 1 month ago
JSON representation
A naive implementation of a phone number parser
- Host: GitHub
- URL: https://github.com/hunteroi/parsephonenumber
- Owner: HunteRoi
- License: mit
- Created: 2023-01-24T17:24:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:42:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T04:58:46.164Z (5 months ago)
- Language: TypeScript
- Homepage: https://hunteroi.github.io/parsephonenumber
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# parsePhoneNumber
A naive implementation of a phone number, just because I wanted to challenge myself on this.
## Installation
```sh
npm install --save 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.
1. Fork the Project
2. Create your Branch: `git checkout -b patch/YourAmazingWork`
3. Commit your Changes: `git commit -m 'Add some amazing work'`
4. Push to the Branch: `git push origin patch/YourAmazingWork`
5. Open a Pull Request