A typescript API adapter for the CLARIN FCS SRU Aggregator REST API
npm install @clarin-eric/fcs-sru-aggregator-api-adapter-typescriptSee CLARIN Federated Content Search Aggregator.
Install from npmjs package registry:
``bash`
npm install @clarin-eric/fcs-sru-aggregator-api-adapter-typescript
- 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