A simple module for querying the clinicaltrials.gov database.
npm install --save clinical-trials-gov
Read the full docs in docs.md
const ClinicalTrials = require('clinical-trials-gov');
ClinicalTrials.search({condition: "Asthma"}).then(trials => {
console.log(trials);
});
- 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.
- Arron Hunt - Initial work - arronhunt
This project is licensed under the MIT License.
- Peter Tariche for his support.