api-stub-server
TypeScript icon, indicating that this package has built-in type declarations

0.1.33 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i api-stub-server

Weekly Downloads

0

Version

0.1.33

License

ISC

Unpacked Size

85.7 kB

Total Files

56

Last publish

Collaborators

  • mchigham