Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fujiharuka/mock-api-server
- Owner: FujiHaruka
- Created: 2017-06-16T05:22:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T05:54:15.000Z (over 7 years ago)
- Last Synced: 2024-10-31T18:33:36.158Z (15 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```