Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyevgeniy/prom

My own Promises/A+ implementation
https://github.com/cyevgeniy/prom

Last synced: 24 days ago
JSON representation

My own Promises/A+ implementation

Awesome Lists containing this project

README

        

# Prom - my own Promises/A+ implementation

I decided to implement [promises](https://promisesaplus.com/) spec,
just for fun.

## How to test

To test with the [test suite](https://github.com/promises-aplus/promises-tests),
run:

```
node test.js
```