promises-aplus / promises-spec

An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.
https://promisesaplus.com/
Creative Commons Zero v1.0 Universal
1.84k stars 164 forks source link

Put promises-A+ logo on first line of all readmes #57

Closed ForbesLindesay closed 11 years ago

ForbesLindesay commented 11 years ago

For everyone who makes either a promise library, or a promise consuming library:

I think it would be nice to have promises/A+ compliant libraries instantly identifiable in the readme. With that in mind, would people consider making:

<a href="http://promises-aplus.github.com/promises-spec"><img src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png" align="right" /></a>

The first line of the readme for all their fully promises/A+ compatible libraries.

ForbesLindesay commented 11 years ago

I've done it with is-promise

domenic commented 11 years ago

I think before we can really recommend this, I need to finish the test suite. Fortunately, that's my main project for today!!

domenic commented 11 years ago

OK the test suite is finished, and when, Q, and RSVP are all failing :O. Get fixin'!!

ForbesLindesay commented 11 years ago

promise Passes the full test suite :smile:

P.S. npm install promise now gives you a sane implementation of promises.