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

https://github.com/xyhp915/p-ap

An implementation of Promise/A+ with promises-es6-tests for presentation .
https://github.com/xyhp915/p-ap

es6 implementation monad pomise then

Last synced: 3 months ago
JSON representation

An implementation of Promise/A+ with promises-es6-tests for presentation .

Awesome Lists containing this project

README

          

# P-ap

[Promises/A+ logo](https://promisesaplus.com)
[Build status](https://travis-ci.org/xyhp915/P-ap)

Yet an implementation of [Promises/A+](http://promises-aplus.github.com/promises-spec/) with full [promises-es6-tests](https://github.com/promises-es6/promises-es6) features.

> This implement is just a presentation . You'd better not use in production .
> Please prefer native `Promise` or canonical polyfill libs as [bluebird.js](https://github.com/petkaantonov/bluebird), [when.js](https://github.com/cujojs/when), etc .

### installation

```bash
npm install @xyhp915/p-ap
```

### tests

```bash
npm install && npm run test
```