Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noblesamurai/express-500-mock
- Owner: noblesamurai
- License: other
- Created: 2016-01-21T22:42:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T23:14:50.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T05:29:45.386Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```