Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.09 KB

File metadata and controls

38 lines (29 loc) · 1.09 KB

Open Source and API Acknowledgements

This project makes use of the following open-source dependencies and APIs:

Open Source Dependencies

The following open-source packages are used in this project. For a complete and up-to-date list, see package.json in the project root.

  • axios
  • throttled-queue
  • xml2js
  • typescript
  • @types/node
  • @types/xml2js
  • jest
  • ts-jest
  • @types/jest
  • eslint
  • eslint-config-prettier
  • eslint-plugin-node
  • eslint-plugin-prettier
  • prettier
  • @trivago/prettier-plugin-sort-imports
  • markdownlint-cli
  • globals

We thank the maintainers and contributors of these open-source projects for their work.

External APIs

This tool relies on the following public APIs and services:

  • NCBI E-utilities API (documentation)
    • Used for searching and retrieving publication metadata and full-text articles from PubMed Central (PMC).
  • PMC
    • Used for retrieving figure images from open-access publications.

We gratefully acknowledge the NCBI and NIH for providing these valuable public resources.