Skip to content

LianwMS/swagger-editor

This branch is 23 commits ahead of, 2623 commits behind swagger-api/swagger-editor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3676e7 · Nov 2, 2016
May 20, 2016
Aug 16, 2016
May 4, 2016
Mar 22, 2016
May 24, 2016
Nov 2, 2016
Oct 18, 2016
May 2, 2016
Nov 2, 2016
May 17, 2016
Aug 30, 2016
Mar 22, 2016
May 2, 2014
Apr 6, 2016
Mar 31, 2016
May 2, 2014
May 24, 2016
May 7, 2016
Mar 22, 2016
Mar 22, 2016
Apr 6, 2016
Dec 16, 2014
May 11, 2016
Mar 22, 2016
Jul 27, 2016
Oct 18, 2016
Mar 22, 2016
May 14, 2016
Sep 2, 2016
Jun 2, 2016

Repository files navigation

Swagger Editor

Build Status Code Climate NPM version Dependency Status devDependency Status

Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the full Swagger tooling (code generation, documentation, etc).

LIVE DEMO

Screenshot of the Swagger Editor

Running with Docker

The swagger-editor is published in a public repository on Dockerhub

You can run editor easily with docker:

docker pull swaggerapi/swagger-editor
docker run -p 80:8080 swaggerapi/swagger-editor

Running Locally

Download the latest release (v2.10.1) and serve the static files via your HTTP server. If you don't have an HTTP server, you can use http-server Node.js module.

Using http-server module:
npm install -g http-server
wget https://github.com/swagger-api/swagger-editor/releases/download/v2.10.1/swagger-editor.zip
unzip swagger-editor.zip
http-server swagger-editor

Building From Source

Make sure you have Node.js installed.

git clone https://github.com/swagger-api/swagger-editor.git
cd swagger-editor
npm install
npm start

Documentations

Contributing

LICENSE


Packages

No packages published

Languages

  • JavaScript 70.4%
  • HTML 15.6%
  • CSS 14.0%