https://github.com/clarin-eric/fcs-sru-aggregator-api-adapter-typescript
A typescript API adapter for the CLARIN FCS SRU Aggregator REST API
https://github.com/clarin-eric/fcs-sru-aggregator-api-adapter-typescript
Last synced: 5 months ago
JSON representation
A typescript API adapter for the CLARIN FCS SRU Aggregator REST API
- Host: GitHub
- URL: https://github.com/clarin-eric/fcs-sru-aggregator-api-adapter-typescript
- Owner: clarin-eric
- License: gpl-3.0
- Created: 2025-11-28T12:24:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-28T17:07:42.000Z (7 months ago)
- Last Synced: 2025-11-30T21:12:31.871Z (6 months ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# TypeScript REST API Adapter for FCS SRU Aggregator
See [CLARIN Federated Content Search Aggregator](https://github.com/clarin-eric/fcs-sru-aggregator).
## Installation
Install from npmjs package registry:
```bash
npm install @clarin-eric/fcs-sru-aggregator-api-adapter-typescript
```
## Development
- Install dependencies:
```bash
npm install
```
- Run the unit tests:
```bash
npm run test
```
- Build the library:
```bash
npm run build
```
- Check npm package for TypeScript types
```bash
npx -y @arethetypeswrong/cli --pack .
```
- Bump version
```bash
npx -y bumpp
```
- Check for dependency updates
```bash
npx -y npm-check-updates -i
```