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

https://github.com/fujiharuka/mock-api-server


https://github.com/fujiharuka/mock-api-server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# mock-api-server

CLI to easily start mock API server.

This server returns all HTTP request as status code 200.
And output stdout the request information. That's all.

## Install

```
$ npm install -g mock-api-server-cli
```

## Usage

```
$ mock-api-server -p 8000
```