express-boom-filemaker
v0.1.1
Published
A module to map boom errors to a custom response header accessible to a FileMaker client.
Downloads
2
Readme
express-boom-filemaker
A module to map boom errors to a custom response header accessible to a FileMaker client.
Installation
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install express-boom-filemaker --save
Tests
npm install
npm test
Dependencies
- boom: HTTP-friendly error objects
Dev Dependencies
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- chai-as-promised: Extends Chai with assertions about promises.
- coveralls: takes json-cov output into stdin and POSTs to coveralls.io
- dotenv: Loads environment variables from .env file
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
- eslint-config-prettier: Turns off all rules that are unnecessary or might conflict with Prettier.
- eslint-plugin-prettier: Runs prettier as an eslint rule
- minami: Clean and minimal JSDoc 3 Template / Theme
- mocha: simple, flexible, fun test framework
- mocha-lcov-reporter: LCOV reporter for Mocha
- nyc: the Istanbul command line interface
- prettier: Prettier is an opinionated code formatter
- superagent: elegant & feature rich browser / node HTTP with a fluent API
- varium: A strict parser and validator of environment config variables
License
MIT