An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# mobile-keyboard-translator

[![cli-available](https://badgen.net/static/cli/available/?icon=terminal)](#cli)
[![node version](https://img.shields.io/node/v/mobile-keyboard-translator.svg)](https://www.npmjs.com/package/mobile-keyboard-translator)
[![npm version](https://badge.fury.io/js/mobile-keyboard-translator.svg)](https://badge.fury.io/js/mobile-keyboard-translator)
[![downloads count](https://img.shields.io/npm/dt/mobile-keyboard-translator.svg)](https://www.npmjs.com/package/mobile-keyboard-translator)
[![size](https://packagephobia.com/badge?p=mobile-keyboard-translator)](https://packagephobia.com/result?p=mobile-keyboard-translator)
[![license](https://img.shields.io/npm/l/mobile-keyboard-translator.svg)](https://piecioshka.mit-license.org)
[![github-ci](https://github.com/piecioshka/mobile-keyboard-translator/actions/workflows/testing.yml/badge.svg)](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