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
- Host: GitHub
- URL: https://github.com/data-fair/catalog-mdc
- Owner: data-fair
- Created: 2025-11-19T09:54:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-06-29T08:39:49.000Z (about 1 month ago)
- Last Synced: 2026-06-29T10:23:19.647Z (about 1 month ago)
- Language: TypeScript
- Size: 232 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
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.