Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nswbmw/appoint
Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).
https://github.com/nswbmw/appoint
promise
Last synced: 3 months ago
JSON representation
Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).
- Host: GitHub
- URL: https://github.com/nswbmw/appoint
- Owner: nswbmw
- Created: 2017-02-10T08:37:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T09:00:11.000Z (over 6 years ago)
- Last Synced: 2024-07-29T03:28:41.019Z (3 months ago)
- Topics: promise
- Language: JavaScript
- Size: 5.86 KB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - appoint
README
## appoint
Another Promise/A+ implementation, inspired by [lie](https://github.com/calvinmetcalf/lie).
### Install
```bash
npm install appoint
```### Usage
```javascript
var Promise = require('appoint');
// or use the pollyfill
require('appoint/polyfill');
```### License
MIT