@data-fair/catalog-mdc
v0.1.5
Published
MyDataCatalogue plugin for the Data Fair catalogs service.
Keywords
Readme
@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:
Copy the example environment file:
cp .env.example .envEdit
.envand add your actual Mdc API key:UDATA_API_KEY=your-actual-api-key-here
Running Tests
npm testThe tests will use the environment variables from your .env file.
