Skip to content
/ spex Public
forked from vitaly-t/spex

💡 Specialized Promise Extensions

Notifications You must be signed in to change notification settings

SweetIQ/spex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specialized Promise Extensions

Build Status Coverage Status Join the chat at https://gitter.im/vitaly-t/spex

batch, page, sequence - promise methods for the following patterns:

Installing

$ npm install spex

Usage

var promise = require('bluebird');
var spex = require('spex')(promise);
  • For ES6 Promise:
var spex = require('spex')(Promise);

See also: client-side usage.

API

Testing

  • Clone the repository (or download, if you prefer):
$ git clone https://github.com/vitaly-t/spex
  • Install the library's DEV dependencies:
$ npm install
  • To run all tests:
$ npm test
  • To run all tests with coverage:
$ npm run coverage

License

Copyright © 2016 Vitaly Tomilov; Released under the MIT license.

About

💡 Specialized Promise Extensions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.2%
  • TypeScript 1.1%
  • Other 1.7%