Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ flow_to_ontrail Public archive

Chrome plugin which auto fills an ontrail.net exercise report based on a Polar Flow activity report.

License

Notifications You must be signed in to change notification settings

jogo3000/flow_to_ontrail

Repository files navigation

flow_to_ontrail

Chrome/Firefox/Opera extension which auto fills an ontrail.net exercise report based on a Polar Flow activity report.

Developing

Would be developers: Clone the repository. It’s not in npm. Node.js is used to control dependencies, automatic testing and builds.

Install dependencies

npm ci

Run tests

npm test

Compile

npm run compile

Alteranatively use Podman

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/

Packaging

For Firefox packaging, use web-ext.

Note that you can’t load the extension directly from src/, it needs to be compiled.

About

Chrome plugin which auto fills an ontrail.net exercise report based on a Polar Flow activity report.

Resources

License

Stars

Watchers

Forks

Packages

No packages published