An open API service indexing awesome lists of open source software.

https://github.com/ondras/promise

Tiny browser-based Promises/A+ implementation
https://github.com/ondras/promise

library old

Last synced: about 1 year ago
JSON representation

Tiny browser-based Promises/A+ implementation

Awesome Lists containing this project

README

          

Sample client-side implementation of https://github.com/promises-aplus/promises-spec.

Running the official test suite
-------------------------------
```
npm install -g promises-aplus-tests
cd tests
promises-aplus-tests adapter.js
```

Running local jasmine tests
---------------------------
1. `git submodule init && git submodule update`
2. Open `tests/SpecRunner.html` in your browser