how-do-i-say
v1.0.1
Published
Assists in providing the correct pronunciations for any given word.
Downloads
5
Maintainers
Readme
How-Do-I-Say
An elegant library to assist with the correct pronounciations of words.
Installation
Using npm:
$ npm i -g how-do-i-say
$ npm i --save how-do-i-say
In Node.js:
// Require the library
const howdoisay = require('how-do-i-say')
// View a word
console.log(howdoisay('hello'))