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
- Host: GitHub
- URL: https://github.com/mcnaveen/node-pronounce
- Owner: mcnaveen
- License: mit
- Created: 2022-03-04T04:33:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T09:57:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T00:34:02.283Z (over 1 year ago)
- Topics: phonetic-languages, phonetics, pronounce, pronounceable, pronounciation
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/node-pronounce
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# :capital_abcd: Pronounce.js
[](#contributors-)
   

: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
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
