@clarin-eric/fcs-sru-aggregator-api-adapter-typescript
v1.5.0
Published
A typescript API adapter for the CLARIN FCS SRU Aggregator REST API
Readme
TypeScript REST API Adapter for FCS SRU Aggregator
See CLARIN Federated Content Search Aggregator.
Installation
Install from npmjs package registry:
npm install @clarin-eric/fcs-sru-aggregator-api-adapter-typescriptDevelopment
- Install dependencies:
npm install- Run the unit tests:
npm run test- Build the library:
npm run build- Check npm package for TypeScript types
npx -y @arethetypeswrong/cli --pack .- Bump version
npx -y bumpp- Check for dependency updates
npx -y npm-check-updates -i