arronhunt / clinical-trials-gov

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

Home Page:https://www.npmjs.com/package/clinical-trials-gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.npmjs.com/package/clinical-trials-gov


Languages

Language:JavaScript 100.0%