clinical-trials-gov

1.2.0 • Public • Published

Clinicaltrials.gov Module

A simple module for querying the clinicaltrials.gov database.

Getting Started

Installing

npm install --save clinical-trials-gov

Usage

Read the full docs in docs.md

const ClinicalTrials = require('clinical-trials-gov');
 
ClinicalTrials.search({condition: "Asthma"}).then(trials => {
    console.log(trials);
});

Contributing

  1. For this project.
  2. Create a feature branch: git checkout -b feature/my-feature.
  3. Push your branch git push origin feature/my-feature.
  4. Submit a pull request.

Authors

License

This project is licensed under the MIT License.

Acknowledgments

  • Peter Tariche for his support.

Readme

Keywords

Package Sidebar

Install

npm i clinical-trials-gov

Weekly Downloads

0

Version

1.2.0

License

MIT

Last publish

Collaborators

  • arronhunt