HTTP stubbing library, to develop front-ends test-first.
npm install rest-assuredCurrent status: Not fit for use by anybody but _mostalive_. The
instructions in this README are at least partially wishful thinking - it
has not been published to npm yet.
git clone git@github.com:qwaneu/rest-assured.git
Rest-assured is only for your development, so we recommend:
npm install rest-assured --save-dev
which will save the dependency to your package.json.
When you install from source: npm start
When you installed from npm: Add this line under scripts inpackage.json:
```
"scripts": {
"rest-assured": "rest-assured"
},
npm run rest-assured` should show a running server on port 3002.