https://github.com/ialopezg/common-exceptions
A toolset for NodeJS to handling Client and Server Side HTTP errors
https://github.com/ialopezg/common-exceptions
custom-error-service error-handling error-service errors middleware
Last synced: 5 days ago
JSON representation
A toolset for NodeJS to handling Client and Server Side HTTP errors
- Host: GitHub
- URL: https://github.com/ialopezg/common-exceptions
- Owner: ialopezg
- License: mit
- Created: 2020-04-13T04:39:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:41:29.000Z (11 months ago)
- Last Synced: 2024-11-09T04:12:13.057Z (6 months ago)
- Topics: custom-error-service, error-handling, error-service, errors, middleware
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Common Exceptions
Custom tools for Node.js :rocket:
[![GitHub Release Version][github-release-image]][github-release]
[![NPM Downloads][downloads-image]][npm-url]
[![Build][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
![]()
![]()
## Description
[Common Exceptions](https://github.com/ialopezg/custom-error-services) is a toolset that helps you to debug modern applications. This tool is made to be used in [Node.js](https://nodejs.org), which allows you to easily handle application errors. It uses modern JavaScript, is built with [TypeScript](https://typescriptlang.org) and give the best JavaScript concepts.
## Installation
- NPM
```bash
npm install --save @ialopezg/common-exceptions
```
- Yarn
```bash
yarn add common-exceptions
```## Documentation
- [English](docs/index.md) Documentation and examples.
## Features
- Compatible with both TypeScript and ES6 (Recommend to use [TypeScript](https://www.typescriptlang.org/).
## People
Author - [Isidro A. Lopez G.](https://github.com/ialopezg)
## License
CoreJS is licensed under [MIT](LICENSE) license.
---
© Copyright 1995-present - [Isidro A. Lopez G.](https://ialopezg.com/)
[npm-image]: https://img.shields.io/npm/v/custom-error-service.svg
[npm-url]: https://npmjs.org/package/custom-error-service
[github-release]: https://github.com/ialopezg/custom-error-service/releases
[github-release-image]: https://img.shields.io/github/v/release/ialopezg/custom-error-service.svg?logo=github
[codecov-url]: https://codecov.io/gh/ialopezg/custom-error-service/branch/main
[codecov-image]: https://codecov.io/gh/ialopezg/custom-error-service/branch/main/graph/badge.svg
[downloads-image]: https://img.shields.io/npm/dm/custom-error-service.svg
[downloads-url]: https://npmcharts.com/compares/custom-error-service?minimal=true
[travis-url]: https://app.travis-ci.com/ialopezg/custom-error-service.svg?branch=main
[travis-image]: https://app.travis-ci.com/ialopezg/custom-error-service.svg?branch=main
[coveralls-image]: https://coveralls.io/repos/github/ialopezg/custom-error-service/badge.svg?branch=main
[coveralls-url]: https://coveralls.io/github/ialopezg/custom-error-service?branch=main
[contributors]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
[contributors-link]: #people