An open API service indexing awesome lists of open source software.

https://github.com/krolow/meaning-error-middleware

Express middleware to translate meaning-errors to HTTP protocol
https://github.com/krolow/meaning-error-middleware

Last synced: 2 months ago
JSON representation

Express middleware to translate meaning-errors to HTTP protocol

Awesome Lists containing this project

README

        

# meaning-error-middleware
Express middleware to translate meaning-error to HTTP protocol.

## Usage
```javascript
import express from 'express';
import errorMeaning from 'meaning-error-middleware';

const app = express();

app.use(errorMeaning);
```

## License

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.

## Author

Vinícius Krolow - krolow[at]gmail.com