rest-on-couch-client
v6.0.0
Published
A nodejs / browser client for rest-on-couch backend
Downloads
96
Readme
rest-on-couch-client
Rest-on-couch client for Node.js and browsers.
License
Run tests
Locally
docker-compose up -d --build
npm tCompatibility 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