https://github.com/piecioshka/mobile-keyboard-translator
🔨 Translate phone number with letters to only with numbers
https://github.com/piecioshka/mobile-keyboard-translator
cli
Last synced: 23 days ago
JSON representation
🔨 Translate phone number with letters to only with numbers
- Host: GitHub
- URL: https://github.com/piecioshka/mobile-keyboard-translator
- Owner: piecioshka
- Created: 2017-10-17T08:37:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:19:17.000Z (6 months ago)
- Last Synced: 2026-04-23T12:34:50.192Z (3 months ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mobile-keyboard-translator
[](#cli)
[](https://www.npmjs.com/package/mobile-keyboard-translator)
[](https://badge.fury.io/js/mobile-keyboard-translator)
[](https://www.npmjs.com/package/mobile-keyboard-translator)
[](https://packagephobia.com/result?p=mobile-keyboard-translator)
[](https://piecioshka.mit-license.org)
[](https://github.com/piecioshka/mobile-keyboard-translator/actions/workflows/testing.yml)
🔨 Translate phone number with letters to only with numbers
## CLI
Installation:
```bash
npm install -g mobile-keyboard-translator
```
```bash
mobile-keyboard-translator 1-800-FLOWERS
1-800-3569377
```
```bash
mobile-keyboard-translator -h
Usage: mobile-keyboard-translator [options]
Options:
-V, --version output the version number
-h, --help output usage information
```
## Purpose
This is mobile keyboard:
-------------------
| 1 | 2 | 3 |
| | ABC | DEF |
-------------------
| 4 | 5 | 6 |
| GHI | JKL | MNO |
-------------------
| 7 | 8 | 9 |
| PQRS| TUV | WXYZ|
-------------------
| * | 0 | # |
| | | |
-------------------
Credits: https://rebased.pl/akademia.html
Tool converts ex. `1-800-FLOWERS` to `1-800-3569377`.
## License
[The MIT License](https://piecioshka.mit-license.org) @ 2017