Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noblesamurai/express-500-mock

Responds to everything with HTTP 500.
https://github.com/noblesamurai/express-500-mock

Last synced: about 1 month ago
JSON representation

Responds to everything with HTTP 500.

Awesome Lists containing this project

README

        

# express-500-mock

Just returns a 500 and html

[![build status](https://secure.travis-ci.org/timothyleslieallen/express-500-mock.png)](http://travis-ci.org/timothyleslieallen/express-500-mock)

## Installation

This module is installed via npm:

``` bash
$ npm install express-500-mock
```

## Example Usage

``` js
var express500Mock = require('express-500-mock');
```