Example CommonJS use of the Promiseifyish library
require
var Promiseifyish = require('../../scripts/Promiseifyish'); /* code here */
Show Code