An open API service indexing awesome lists of open source software.

https://github.com/backendstack21/swagger-api-browser

Browse you Swagger APIs documentation in a single catalog.
https://github.com/backendstack21/swagger-api-browser

Last synced: 11 months ago
JSON representation

Browse you Swagger APIs documentation in a single catalog.

Awesome Lists containing this project

README

          

# swagger-api-browser
Browse you Swagger APIs documentation in a single catalog.

## Modifying the list of Swagger URLs
File `swagger-ui/index.html`
```js
...
// List of Swagger definitions URLs
const catalog = [{
url: 'https://petstore.swagger.io/v2/swagger.json',
name: 'Pets Store'
}]
...

```

## Starting the static HTTP server
```bash
npm start
```
> Swagger Documentation catalog is available at http://0.0.0.0:3000

![Example Preview](./swagger-api-browser.png)