An open API service indexing awesome lists of open source software.

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

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
```