meaning-error-middleware

0.1.1 • Public • Published

meaning-error-middleware

Express middleware to translate meaning-error to HTTP protocol.

Usage

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

Package Sidebar

Install

npm i meaning-error-middleware

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • krolow