-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mike Simms edited this page Jun 26, 2021
·
12 revisions
This project implements a single web page that parses and analyzes activity files in GPX, TCX, and FIT file formats.
FIT is a binary file format and is commonly used to record data from fitness tracking devices, such as smart watches and bike computers.
Data can be exported in either GPX or TCX format.
The page is a combination of HTML, Javascript, CSS, and WebAssembly compiled from Rust. It runs entirely in the local web browser and does not transmit anything about the file(s) being analyzed.