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

https://github.com/onecommons/unfurl-cloudmap-exporter


https://github.com/onecommons/unfurl-cloudmap-exporter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# unfurl-cloudmap-exporter

## Requirements

See `.env.sample` for the environment variables needed.

## Start the server

```bash
pip install -r requirements.txt
gunicorn src.app:app -b localhost:8082
```

## Using the server

```http
GET /dashboard?url=http%3A%2F%2Fexample.com
```

With the parameter `url` being the URL to a dashboard urlencoded.

```http
GET /group?name=Testbed
```

With the parameter `name` being the name of the group containing all the dashboard.