api-vcr
api-vcr copied to clipboard
Record API responses for later. Work from a plane, train, or submarine. Code and test without an API server.
Allow an optional setting CORS header. Thinking something like `--access-origin *` Alternatively just allow the setting of a header: `--header "Access-Control-Allow-Origin: *"` https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Running the examples from the main page: ``` ➜ api-vcr http://jsonplaceholder.typicode.com/ --record apiVCR 0.1.27 Starting ---------------------- Using file path: `./.api-vcr-data/jsonplaceholder.typicode.com/80` Recording http://jsonplaceholder.typicode.com ᕙ༼ ,,ԾܫԾ,, ༽ᕗ Creating the `api-vcr` express server...