JSPM

dokterdewa

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q46460F
  • License MIT

Indonesian medical directory API client — 31k doctors, 11k hospitals, 9k medicines. DokterDewa.com

Package Exports

  • dokterdewa
  • dokterdewa/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dokterdewa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dokterdewa

API client for DokterDewa.com — Indonesia's most comprehensive medical directory.

Data

  • 31,687 doctors across 264 cities, 170 specialties
  • 11,454 hospitals and clinics
  • 9,077 medicines with dosage info
  • 830 medical procedures with cost estimates
  • 144 disease guides with ICD-10 codes
  • 17,214 health articles
  • 1,001 doctor Q&A entries

Usage

const dd = require('dokterdewa');

// Search across all categories
const results = await dd.search('demam anak');

// Find doctors by specialty
const doctors = await dd.doctors({ specialty: 'Pediatrics', per: 10 });

// Get hospital details
const hospital = await dd.hospital(210);

// Browse medicines
const meds = await dd.medicines({ q: 'paracetamol' });

// Disease guides
const diseases = await dd.diseases({ q: 'diabetes' });

License

MIT — Data provided by DokterDewa.com