promise

Zen implementation of promises following the promises/A+ spec


Install
bower install promise

Documentation

Promise.js

Zen implementation of promises fully compliant with the promises/A+ spec.

USE IT

Single file with no external dependencies.

Grab it from Github

curl https://raw.github.com/dmarcos/promise/master/promise.js -o promise.js

Install it with bower

bower install promise

EXAMPLES HERE

TEST IT

Pre requisites

You need node.js installed in your machine

  1. Go to your terminal
  2. git clone https://github.com/dmarcos/promise.git
  3. cd promise
  4. npm install
  5. npm test