Skip to content

πŸ‘©πŸ½β€βš•οΈπŸ“ A node module to interface with the clinicaltrials.gov API

Notifications You must be signed in to change notification settings

arronhunt/clinical-trials-gov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ‘©πŸ½β€βš•οΈπŸ“ A node module to interface with the clinicaltrials.gov API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published