Zen implementation of promises fully compliant with the promises/A+ spec.
Single file with no external dependencies.
curl https://raw.github.com/dmarcos/promise/master/promise.js -o promise.js
bower install promise
EXAMPLES HERE
Pre requisites
You need node.js installed in your machine
- Go to your terminal
git clone https://github.com/dmarcos/promise.gitcd promisenpm installnpm test