rauricoste-promise-light
A promise library that is light and provide all of the usefull methods to work with promises features :
-
.traverse(array, promiseFactoryFunction)
iterates over the array, build a promise with "promiseFactoryFunction", when the promise completes, do the same with the next value in the array. Return a promise containing an array with all the values if everything goes well.
Installation
npm install --save rauricoste-promise-light
Usage
just require("rauricoste-promise-light")