README
Progress Promise
Add a third callback function progress to the Promise. When the Promise is in the pending state, you can call the progress function many times. If the progress state changes, progress will not be triggered.
Installation
$ npm install nl-promise --save