canned-response-server
v1.1.0
Published
A local server that simplifies routing requests to canned responses.
Readme
Four steps to setup and test a canned response server.
- Run
npm install express - Run
npm install canned-response-server - Run
node index.js - visit
localhost:3000/simple-canned-responsein your browser
