📘 OpenAPI/Swagger-generated API Reference Documentation
Go to file
2016-01-18 16:58:53 +02:00
build Minor Travis fixes 2016-01-17 21:05:52 +02:00
demo add html5 doctype and fix strictmode issues 2016-01-12 01:26:47 +02:00
lib Fix tests 2016-01-17 21:50:42 +02:00
tests e2e tests fixes 2016-01-17 18:29:16 +02:00
.codeclimate.yml fix codeclimate config 2015-12-26 19:47:35 +02:00
.eslintignore Updated eslint 2015-12-12 22:10:59 +02:00
.eslintrc Migrate tests to jasmine instead of macha (angular testing depends on jasmine) 2015-12-18 10:34:17 +02:00
.gitignore Setup coverage and coveralls 2015-12-13 12:37:58 +02:00
.npmignore prepare for npm publish 2016-01-12 23:36:23 +02:00
.travis.yml Update saucelabs config 2016-01-17 22:19:18 +02:00
bower.json setup branch-release 2016-01-06 17:22:17 +02:00
gulpfile.js Initial configuration + build tasks 2015-10-03 12:38:41 +03:00
karma.conf.js Add basic e2e tests 2016-01-15 22:34:28 +02:00
LICENSE Update LICENSE 2015-10-30 07:56:43 -05:00
package.json Reset local changes before release 2016-01-18 16:58:53 +02:00
protractor.conf.js Increase e2e timeouts 2016-01-17 20:56:05 +02:00
README.md Update and add badges 2016-01-17 22:19:48 +02:00
system.config.js Force json-schema-ref-parser to the latest version 2016-01-16 00:43:41 +02:00

ReDoc

Build Status Coverage Status Code Climate David

npm Bower License

Browser Compatibility

Swagger-generated API Reference Documentation

Under development

Live demo

Running locally

  1. Clone repository git clone https://github.com/Rebilly/ReDoc.git
  2. Go to the project folder cd ReDoc
  3. Install node modules npm install
  4. (optional) Replace demo/swagger.json with your own schema
  5. Start the server npm start
  6. Open http://localhost:9000