Promiseifyish NodeJS Example

Example NodeJS use of the Promiseifyish library

Load the Promiseifyish library using require:

let Promiseifyish = require('@hal313/promiseifyish');
/* code here*/
                
Run the sample

node docs/examples/nodejs/nodejs-test.js