Chrome/Firefox/Opera extension which auto fills an ontrail.net exercise report based on a Polar Flow activity report.
Would be developers: Clone the repository. It’s not in npm. Node.js is used to control dependencies, automatic testing and builds.
npm ci
npm test
npm run compile
podman build -t flow-to-ontrail-dev .
podman run -v $PWD:/usr/dev --entrypoint=/bin/bash --interactive --tty --name flow-to-ontrail-dev flow-to-ontrail-dev
Build will appear in build/
For Firefox packaging, use web-ext.
Note that you can’t load the extension directly from src/, it needs to be compiled.