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

https://github.com/data-fair/catalog-mdc

MyDataCatalogue plugin for the Data Fair catalogs service
https://github.com/data-fair/catalog-mdc

Last synced: about 1 month ago
JSON representation

MyDataCatalogue plugin for the Data Fair catalogs service

Awesome Lists containing this project

README

          

# Data FAIR logo @data-fair/catalog-mdc

MyDataCatalogue plugin for the Data Fair catalogs service.

## Development

### Environment Variables

For running tests, you need to provide your Mdc API key via environment variables:

1. Copy the example environment file:

```bash
cp .env.example .env
```

2. Edit `.env` and add your actual Mdc API key:

```bash
UDATA_API_KEY=your-actual-api-key-here
```

### Running Tests

```bash
npm test
```

The tests will use the environment variables from your `.env` file.