UNPKG

how-do-i-say

Version:

Assists in providing the correct pronunciations for any given word.

21 lines (15 loc) 313 B
# 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: ```js // Require the library const howdoisay = require('how-do-i-say') // View a word console.log(howdoisay('hello')) ```