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 .
- Host: GitHub
- URL: https://github.com/xyhp915/p-ap
- Owner: xyhp915
- License: mit
- Created: 2018-03-08T05:49:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T01:58:34.000Z (about 6 years ago)
- Last Synced: 2025-02-23T19:14:34.875Z (8 months ago)
- Topics: es6, implementation, monad, pomise, then
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P-ap
[
](https://promisesaplus.com)
[](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
```