Original Author: https://codeberg.org/mateyverso/litescout
This proof of concept is the result of trying to answer: "what if... I could get glucose data from carelink, expose it in a nightscout-compatible way (json API and simple html visualization), all in the same process, without the need to run a mongodb server".
Experimental, light-weight and very limited.
This is a monorepo containing multiple packages:
Requirements: NodeJS 18+, pnpm
pnpm install
cp packages/litescout/.sample.env packages/litescout/.env
$EDITOR packages/litescout/.env
pnpm run litescout:migrate
pnpm run litescout
This project is based on other open source software:
- https://github.com/nightscout/minimed-connect-to-nightscout
- https://github.com/paul1956/CareLink
- https://github.com/NightscoutFoundation/xDrip/
- https://github.com/benceszasz/CareLinkJavaClient
- https://github.com/ondrej1024/carelink-python-client
- https://nightscout.github.io/
- Allow saving to influxDb instead of sqlite