The purpose of this program is to take a time represented as integers split into hours and minutes and output that time in english words.
/time-to-words $ npm i
/time-to-words $ npm test
your-cool-project/ $ npm i fatlard1993/time-to-words
const timeToWords = require('time-to-words');
console.log(timeToWords(1, 47));