0.1.0 • Published 12 years ago
express-errorstrap v0.1.0
Express-ErrorStrap
HTML, JSON & Text Error Response Handling Machine.
var es = require('express-errorstrap');
app.configure(function() {
app.use(app.router);
app.use(es.notFound);
app.use(es.error);
});
For an example, take a look at test.js
.
Licence
MIT
0.1.0
12 years ago