An elegant library to assist with the correct pronounciations of words.
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'))