Skip to content

helderberto/respper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 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