canned-response-server
v1.1.0
Published
A local server that simplifies routing requests to canned responses.
Downloads
7
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-response
in your browser