paging-link
v0.1.0
Published
Creates RESTful paging link object based on total, limit and offset
Downloads
6
Maintainers
Readme
Creates RESTful paging link object based on total, limit and offset
Getting Started
Install the module with: npm install paging-link
var paging-link = require('paging-link');
paging-link.awesome(); // "awesome"
Install with cli command
$ npm install -g paging-link
$ paging-link --help
$ paging-link --version
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
License
Copyright (c) 2014 Patrick Wolleb
Licensed under the MIT license.