node-pronounce
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

🔠 Pronounce.js

All Contributors

Build Downloads this Week Bundle Size Version

Numify

🦄 Simple utility to convert word to pronounceable word.

📦 Requirements

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

Installation

Install the NPM Package with the below command:

npm install node-pronounce --save

(or)

Install with Yarn:

yarn add node-pronounce

🖊️ Usage

Import the module in your project:

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

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

💡 Example

Pass the Number to the function

import { pronounce } from "node-pronounce";

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

☑️ Example Output

automaxion

🛡️ LICENSE

  • MIT

💚 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):


Santhosh Veer

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Package Sidebar

Install

npm i node-pronounce

Weekly Downloads

18

Version

0.0.4

License

MIT

Unpacked Size

5.04 kB

Total Files

5

Last publish

Collaborators

  • mcnaveen