Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.23 KB

migraine-buddy-parser

Parser for Migraine Buddy's exported report html which generates Migraine Québec's calendar (fr).

How it works

1. Export report HTML from app

Go to the app and export data "For my doctor" for whatever period you wish, including notes and health events as a "Web Link".

Screenshot: app menu Screenshot: period selection Screenshot: entry attribute selection Screenshot: export as Web Link

Save the page HTML into Migraine Buddy Parser's input folder.

curl https://reports.healint.com/mb/MigraineBuddy_XXXXXXXX.html > ~/migraine-buddy-parser/input/report.html

2. Use tool to generate MigraineQC calendar HTML

Run parser to generate calendar.

npm start > calendar.html

3. Done!

Screenshot: resulting calendar