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

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

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

Last synced: 4 months ago
JSON representation

Udata plugin for the Data Fair catalogs service

Awesome Lists containing this project

README

          

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

Udata plugin for the Data Fair catalogs service.

## Development

### Environment Variables

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

1. Copy the example environment file:

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

2. Edit `.env` and add your actual UData 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.