Express service for live validation using openapi-validation-tools
Перейти к файлу
Amar Zavery b82f1fe706 Merge pull request #6 from amarzavery/test
adding gitattributes.
2017-04-18 16:47:15 -07:00
.vscode Initial web service for oav-express 2017-04-17 21:56:11 -07:00
openapi updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
test added tests 2017-04-18 15:31:52 -07:00
.gitattributes adding gitattributes. 2017-04-18 16:42:47 -07:00
.gitignore Initial commit 2017-04-17 21:18:24 -07:00
.jshintrc updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
.travis.yml Adding travis file 2017-04-17 23:07:09 -07:00
LICENSE Initial commit 2017-04-17 21:18:29 -07:00
README.md Adding npm install step in README 2017-04-17 22:20:12 -07:00
gulpfile.js updated default in swagger and regenerated. added jshint 2017-04-18 12:23:23 -07:00
index.js jshint fix 2017-04-18 15:42:17 -07:00
package.json adding gitattributes. 2017-04-18 16:42:47 -07:00
process.json Initial web service for oav-express 2017-04-17 21:56:11 -07:00

README.md

oav-express web service

Requirements

  • node version > 6.x

You can install the latest stable release of node.js from here. For a machine with a linux flavored OS, please follow the node.js installation instructions over here

How to run the tool

  • After cloning the repo execute following steps from your terminal/cmd prompt
cd oav-express
npm install
npm start

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.