https://github.com/cheminfo/rest-on-couch-client

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

https://github.com/cheminfo/rest-on-couch-client

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary

Keywords from Contributors

nmr-spectroscopy nmr labels
Last synced: 9 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: cheminfo
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 280 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 1
  • Open Issues: 0
  • Releases: 25
Created over 9 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

rest-on-couch-client

NPM version build status npm download

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

License

MIT

Run tests

Locally

bash 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

bash 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

Owner

  • Name: Cheminfo
  • Login: cheminfo
  • Kind: organization

GitHub Events

Total
  • Release event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 2
  • Create event: 2
Last Year
  • Release event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 3
  • Pull request event: 2
  • Create event: 2

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 132
  • Total Committers: 5
  • Avg Commits per committer: 26.4
  • Development Distribution Score (DDS): 0.386
Past Year
  • Commits: 9
  • Committers: 3
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Daniel Kostro k****d@g****m 81
Michaël Zasso t****s@p****m 26
cheminfo-bot 1****t@u****m 23
Sebastien Ahkrin 3****n@u****m 1
dependabot[bot] 4****]@u****m 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 4
  • Total pull requests: 51
  • Average time to close issues: 6 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 0.25
  • Average comments per pull request: 1.45
  • Merged pull requests: 48
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • stropitek (4)
Pull Request Authors
  • cheminfo-bot (26)
  • stropitek (19)
  • targos (4)
  • dependabot[bot] (2)
  • Sebastien-Ahkrin (1)
Top Labels
Issue Labels
Pull Request Labels
autorelease: tagged (24) autorelease: pending (2) dependencies (2)

Packages

  • Total packages: 1
  • Total downloads:
    • npm 231 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 3
  • Total versions: 40
  • Total maintainers: 4
npmjs.org: rest-on-couch-client

A nodejs / browser client for rest-on-couch backend

  • Versions: 40
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Downloads: 231 Last month
Rankings
Dependent repos count: 6.4%
Dependent packages count: 8.8%
Downloads: 9.8%
Average: 11.5%
Forks count: 11.6%
Stargazers count: 20.9%
Last synced: 10 months ago

Dependencies

package.json npm
  • @types/jest ^27.4.1 development
  • eslint ^8.13.0 development
  • eslint-config-cheminfo-typescript ^10.4.0 development
  • jest ^27.5.1 development
  • prettier ^2.6.2 development
  • rimraf ^3.0.2 development
  • ts-jest ^27.1.4 development
  • typescript ^4.6.3 development
  • @types/node ^17.0.25
  • @zakodium/eslint-config ^5.1.1
  • axios ^0.26.1
  • immer ^9.0.12
.github/workflows/nodejs.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2-beta composite
  • codecov/codecov-action v1 composite
  • couchdb latest docker
  • ghcr.io/cheminfo/rest-on-couch-client latest docker
.github/workflows/release.yml actions
  • GoogleCloudPlatform/release-please-action v2 composite
  • actions/checkout v2 composite
  • actions/setup-node v2-beta composite
docker-compose.yml docker
  • docker.io/couchdb 3.2
rest-on-couch/Dockerfile docker
  • ghcr.io/cheminfo/rest-on-couch 13 build