Convert promise to callback interface
Because there are many promise implementations and callbacks are better to handle errors.
Install
$ npm install --save promise-to-callback
Usage
var promiseToCallback = ; { ...};
License
MIT © Steve Mao