1.2.0 • Published 6 years ago

clinical-trials-gov v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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.
1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago