(Go: >> BACK << -|- >> HOME <<)

Skip to content

vitaly-t/spex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specialized Promise Extensions

Build Status Coverage Status Downloads Count 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 © 2019 Vitaly Tomilov; Released under the MIT license.