Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leunardo/celularspeak
https://github.com/leunardo/celularspeak
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leunardo/celularspeak
- Owner: leunardo
- Created: 2022-02-17T17:01:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T18:34:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T03:48:44.236Z (2 months ago)
- Language: JavaScript
- Homepage: https://celspeak.leonardoalves.dev
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# celularspeak
[![Unit tests](https://github.com/leunardo/celularspeak/actions/workflows/node.js.yml/badge.svg)](https://github.com/leunardo/celularspeak/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/leunardo/celularspeak/branch/main/graph/badge.svg?token=SXDG4D30QR)](https://codecov.io/gh/leunardo/celularspeak)Convert text into numpad of old cellphones.
## Hello world 🔁 44.33.555.555.666.0.9.666.777.555.3
![image showing a cellphone numeric pad with numbers from 1 to 9](./cellphone-numpad.png)
## Website
### https://celspeak.leonardoalves.dev## NPM Package
[![NPM](https://nodei.co/npm/celularspeak.png)](https://npmjs.org/package/celularspeak)
```js
import { textToPhoneSpeak, phoneSpeakToText } from 'celularspeak'textToPhoneSpeak('hello world')
// "44.33.555.555.666.0.9.666.777.555.3"phoneSpeakToText('44.33.555.555.666.0.9.666.777.555.3')
// "hello world"
```## Running tests
`npm test`