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
- Host: GitHub
- URL: https://github.com/data-fair/catalog-udata
- Owner: data-fair
- Created: 2025-04-11T15:38:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-12T09:17:06.000Z (5 months ago)
- Last Synced: 2026-01-12T18:39:47.080Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
@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.