An open API service indexing awesome lists of open source software.

https://github.com/stipsan/express-pretty-error

Express compatible middleware for pretty errors in html, json, raw text, css and terminal contexts with stack traces included!
https://github.com/stipsan/express-pretty-error

Last synced: about 1 year ago
JSON representation

Express compatible middleware for pretty errors in html, json, raw text, css and terminal contexts with stack traces included!

Awesome Lists containing this project

README

          

# express-pretty-error

[![Build Status](https://travis-ci.org/stipsan/express-pretty-error.svg?branch=master)](https://travis-ci.org/stipsan/express-pretty-error)
[![Coverage Status](https://coveralls.io/repos/github/stipsan/express-pretty-error/badge.svg)](https://coveralls.io/github/stipsan/express-pretty-error)
[![npm package](https://img.shields.io/npm/dm/express-pretty-error.svg)](https://www.npmjs.com/package/express-pretty-error)

[![NPM](https://nodei.co/npm/express-pretty-error.png?downloadRank=true)](https://www.npmjs.com/package/express-pretty-error)
[![NPM](https://nodei.co/npm-dl/express-pretty-error.png?months=3&height=2)](https://nodei.co/npm/express-pretty-error/)

## Installation

```bash
$ yarn add express-pretty-error
```