0.1.0 • Published 9 years ago

paging-link v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Build Status

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.