Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resource-watch/doc-swagger
UI for swagger docs
https://github.com/resource-watch/doc-swagger
Last synced: 1 day ago
JSON representation
UI for swagger docs
- Host: GitHub
- URL: https://github.com/resource-watch/doc-swagger
- Owner: resource-watch
- Created: 2020-04-07T13:51:27.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-06-09T08:04:40.000Z (over 3 years ago)
- Last Synced: 2024-04-09T11:25:02.839Z (7 months ago)
- Language: Dockerfile
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swagger UI for the Resource Watch API
### Running the server
You need to set two env vars:
- `PORT`: port on which to run the web server
- `SWAGGER_URL`: URL of the swagger file to load.To run the server, run:
```
npm start
```