This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

respper

1.3.0 • Public • Published

📡 Respper

A simple response wrapper, best used in NodeJS.

License: MIT

Requirements

Installation

You can get it on npm.

npm install respper --save

Or if you`re not into package management, just download a ZIP file.

Usage

router.get('/', (req, res) => {
  Respper.wrapper(res, Model.findAll(req.query));
});

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Changelog

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the Github Releases page.

Author

Helder Burato

License

MIT License © Helder Burato

Package Sidebar

Install

npm i respper

Weekly Downloads

6

Version

1.3.0

License

MIT

Unpacked Size

4.77 kB

Total Files

6

Last publish

Collaborators

  • helderberto
  • helderburato