jstarpl / nightscout-exporter

A utility to export Nightscout data as CSV or XLSX files
https://jstarpl.github.io/nightscout-exporter/
MIT License
3 stars 6 forks source link

Default API endpoint to the current instance #1

Open hummelstrand opened 5 years ago

hummelstrand commented 5 years ago

I'd love for this to be merged into the official Nightscout master, and I think this functionality would work best if it was implemented as a sub-folder (just like /report ) where the user wouldn't have to fill in any URL.

hummelstrand commented 5 years ago

So a "Basic" section where the user only has to pick the date range and the format, without both the API endpoint and the API Secret fields.

jstarpl commented 5 years ago

Yeah, I need to look at how the nightscout is built. I am hoping to stick to TypeScript/React since that accelerates development greatly. Rewriting this to jQuery/Vanilla JavaScript would just be difficult to maintain. So maybe this could just be imported as a drop-in component? I'll have to figure out what's the best way to integrate it directly.