PromisifyAll!

I found an awesome Javascript method the other day that I wanted to quickly share. It's called promisifyAll and it's part of the Bluebird library. I'll give a little more context on promises and why they are useful and then provide info and an example on how to get started using promisfyAll below. I have been writing quite...
Read More