Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 775 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 775 Bytes

AsyncAPI Playground

Using it locally

Run:

npm install

and

npm start

and go to http://localhost:5000.

Build docker image

docker build -t asyncapi-playground .

Run docker image

docker run -d --name asyncapi-playground -p 83:5000 asyncapi-playground:latest

Then browse to http://localhost:83/

Load AsyncAPI with URL query parameter

There are two parameters that serve the same purpose:

  • load parameter:
https://playground.asyncapi.io/?load=https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/2.0.0/simple.yml
  • url parameter:
https://playground.asyncapi.io/?url=https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/2.0.0/simple.yml