RESTful Packages

restify-mock

A mock server for Restful API powered by restify (add OPTIONS method to all routes automatically to support Cross-origin resource sharing) ### Get start ```sh cd /path/to/project npm init -y npm i restify-mock ``` ### Usage - *serve* ```js const {MockServ

0.1.0-alpha.8 • Published 6 years ago