pagecalc

0.0.2 • Public • Published

pagecalc

Simple javascript library for paging calculations.

Install

stable

npm install pagecalc

edge

npm install https://github.com/daxxog/pagecalc/tarball/master

Usage

var pagecalc = require('pagecalc');

console.log(pagecalc(
    2, //page number
    5, //item limit
    10 //max items
));

/* output: 
    [ 6, 7, 8, 9, 10 ]
*/

/pagecalc/

    Package Sidebar

    Install

    npm i pagecalc

    Weekly Downloads

    0

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • daxxog