eboom
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

eboom

Boom responses implementation for ExpressJS. For list of all methods that Boom provides, see Boom documentation.

Install

yarn add eboom
(or npm install eboom)

Usage

const express = require('express');
const eboom = require('eboom');

const app = express();
app.use(eboom());

app.use('/', (req, res) => {
  return res.boom.notImplemented();
});

app.listen(3000);

Package Sidebar

Install

npm i eboom

Weekly Downloads

0

Version

0.0.23

License

MIT

Unpacked Size

4.19 kB

Total Files

5

Last publish

Collaborators

  • fir3st