Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```