api-stub-server
v0.1.33
Published
Use this to stub REST api when testing
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-serverUsage
To start the basic server
api-stub-serverTo start using some simple sample data
api-stub-server -s
curl http://localhost/api/value/1Docker
npm run debug