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

https://github.com/mcnaveen/node-pronounce

Simple utility to convert word to pronounceable word
https://github.com/mcnaveen/node-pronounce

phonetic-languages phonetics pronounce pronounceable pronounciation

Last synced: 5 months ago
JSON representation

Simple utility to convert word to pronounceable word

Awesome Lists containing this project

README

          

# :capital_abcd: Pronounce.js

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

![Build](https://github.com/mcnaveen/node-pronounce/workflows/Build/badge.svg) ![Downloads this Week](https://img.shields.io/npm/dw/node-pronounce) ![Bundle Size](https://img.shields.io/bundlephobia/min/node-pronounce) ![Version](https://img.shields.io/npm/v/node-pronounce)

![Numify](./images/cover.png)

:unicorn: Simple utility to convert word to pronounceable word.

## :package: Requirements

Node.js 14.x LTS or 16.x (or Higher) LTS

### :sparkles: Installation

Install the NPM Package with the below command:

```sh
npm install node-pronounce --save
```

(or)

Install with Yarn:

```sh
yarn add node-pronounce
```

### :pen: Usage

Import the module in your project:

```javascript
// Commonjs Import
var { pronounce } = require("node-pronounce");

// or ES6 import
import { pronounce } from "node-pronounce";
```

### :bulb: Example

Pass the Number to the function

```javascript
import { pronounce } from "node-pronounce";

const word = "automation";
console.log(pronounce(word));
```

### :ballot_box_with_check: Example Output

```sh
automaxion
```

### :shield: LICENSE

- MIT

---

#### :green_heart: Message

I hope you find this useful. If you have any questions, please create an issue.

---

#### 💰 Help me with your donation

Buy Me A Coffee

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Santhosh Veer

💻 📖

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!