Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 5 days 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
```