0.2.4 ā€¢ Published 2 years ago

@kangojs/error-handler v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

šŸ¤” About

This package provides a way to centrally handle errors in your Express application.

āš ļø This package is under development and isn't stable. I'm still testing and refining it right now so interfaces and functionality may change at any time.

šŸ’„ Features

  • Easily add global error handling middleware with useErrorHandlerMiddleware.
  • Keep HTTP logic isolated by throwing generic errors in your services and mapping them to HTTP responses in the error handler.

šŸš€ Getting Started

Install the npm package:

npm install @kangojs/error-handler

šŸ‘· Usage

Documentation will be written once features and interfaces are stable and I make a v1.0 release

šŸ§° Other KangoJS Packages

For all available KangoJS packages check out this list.

šŸ’¬ Feedback & Contributions

I'm open to feedback and contributions. Feel free to raise an issue or suggest improvements and features.

šŸ“ License

This project is licensed under the terms of the MIT license.

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago