Skip to content

cheminfo/rest-on-couch-client

Repository files navigation

rest-on-couch-client

NPM version build status npm download

Rest-on-couch client for Node.js and browsers.

License

MIT

Run tests

Locally

docker-compose up -d --build
npm t

Compatibility between client and server

rest-on-couch version roc client version New supported features
v12 v5.2.0 -
v13 v5.3.0 find API (mango queries)

In github actions

To update the image github actions is using

docker login ghcr.io # use your username and a token with packages write access
docker build --pull rest-on-couch -t ghcr.io/cheminfo/rest-on-couch-client:latest
docker push ghcr.io/cheminfo/rest-on-couch-client:latest