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: 9 days ago
JSON representation

Another Promise implementation. Inspired by [lie](https://github.com/calvinmetcalf/lie).

Lists

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