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

https://github.com/markhigham/api-stub-server

Simple REST stub server
https://github.com/markhigham/api-stub-server

rest-api stub-server

Last synced: 12 months ago
JSON representation

Simple REST stub server

Awesome Lists containing this project

README

          

# api-stub-server

> A simple http stub server designed for use while developing and testing applications that consume external HTTP based APIs.

## Installation

To install globally

npm install -g api-stub-server

## Usage

To start the basic server

api-stub-server

To start using some simple sample data

api-stub-server -s

curl http://localhost/api/value/1

# Docker

npm run debug