clinical-trials-gov
v1.2.0
Published
A way to interface with the clinicaltrials.gov api
Downloads
15
Readme
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
- For this project.
- Create a feature branch:
git checkout -b feature/my-feature
. - Push your branch
git push origin feature/my-feature
. - Submit a pull request.
Authors
- Arron Hunt - Initial work - arronhunt
License
This project is licensed under the MIT License.
Acknowledgments
- Peter Tariche for his support.