0.1.1 • Published 9 years ago

meaning-error-middleware v0.1.1

Weekly downloads
23
License
MIT
Repository
github
Last release
9 years ago

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 - krolowatgmail.com