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.
- Host: GitHub
- URL: https://github.com/backendstack21/swagger-api-browser
- Owner: BackendStack21
- License: mit
- Created: 2019-06-21T12:20:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T13:44:01.000Z (over 5 years ago)
- Last Synced: 2025-01-02T18:28:37.877Z (about 1 year ago)
- Language: HTML
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
