Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 409 Bytes

File metadata and controls

25 lines (13 loc) · 409 Bytes

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