Udata plugin for the Data Fair catalogs service.
npm install @data-fair/catalog-udataUdata plugin for the Data Fair catalogs service.
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
`bash`
npm test
The tests will use the environment variables from your .env` file.