Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dan-lee/500-server

Server based on Node which will answer every request with a 500 status 🤖
https://github.com/dan-lee/500-server

500 node server status-codes

Last synced: 24 days ago
JSON representation

Server based on Node which will answer every request with a 500 status 🤖

Awesome Lists containing this project

README

        

# 500-server

[![npm version](https://badge.fury.io/js/500-server.svg)](https://badge.fury.io/js/500-server)

This is a server based on `Node.js`.
It will answer every request with a 500 status.
End of story.

No dependencies required.

## Installation

```
yarn global add 500-server
```

or

```
npm i -g 500-server
```

## Usage

Run anywhere:
```
500-server [OPTIONAL_PORT]
```

This will launch the server on port 5000 or as specified.