Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyevgeniy/prom
- Owner: cyevgeniy
- Created: 2024-08-05T22:14:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T22:15:27.000Z (5 months ago)
- Last Synced: 2024-10-15T07:24:46.640Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
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
```