Skip to content

Latest commit

Β 

History

History
42 lines (26 loc) Β· 842 Bytes

README.md

File metadata and controls

42 lines (26 loc) Β· 842 Bytes

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.