/litescout

Primary LanguageTypeScript

litescout

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:

Installing

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

Related projects and repositories

This project is based on other open source software:

Ideas

  • Allow saving to influxDb instead of sqlite