FitTrackee/README.md

32 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2018-06-07 15:40:22 +02:00
# FitTrackee
2018-05-30 17:48:58 +02:00
**A simple self-hosted workout/activity tracker.**
2017-04-02 20:12:15 +02:00
2021-01-03 10:25:05 +01:00
[![PyPI version](https://img.shields.io/pypi/v/fittrackee.svg)](https://pypi.org/project/fittrackee/)
2023-06-25 14:00:35 +02:00
[![Python Version](https://img.shields.io/badge/python-3.8+-brightgreen.svg)](https://python.org)
2023-10-04 17:40:59 +02:00
[![Flask Version](https://img.shields.io/badge/flask-3.0-brightgreen.svg)](http://flask.pocoo.org/)
2019-08-31 14:17:47 +02:00
[![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black)
2021-01-03 09:54:36 +01:00
[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)
2024-01-06 17:57:58 +01:00
[![Vue Version](https://img.shields.io/badge/vue-3.4-brightgreen.svg)](https://v3.vuejs.org/)
2021-11-03 12:41:23 +01:00
[![Typescript Version](https://img.shields.io/npm/types/typescript)](https://www.typescriptlang.org/)
2019-08-31 14:17:47 +02:00
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
2022-04-23 08:28:41 +02:00
[![pipeline status](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-python.yml/badge.svg)](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-python.yml)
[![pipeline status](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-javascript.yml/badge.svg)](https://github.com/SamR1/FitTrackee/actions/workflows/.tests-javascript.yml)
2022-07-03 17:27:43 +02:00
[![translation status](https://hosted.weblate.org/widgets/fittrackee/-/svg-badge.svg)](https://hosted.weblate.org/engage/fittrackee/)
2017-12-17 12:07:25 +01:00
2018-05-30 17:48:58 +02:00
---
This web application allows you to track your outdoor activities (workouts) from gpx files and keep your data on your own server.
2022-07-29 08:27:55 +02:00
No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file.
Examples for Android (non-exhaustive list):
2018-05-30 17:48:58 +02:00
* [Runner Up](https://github.com/jonasoreland/runnerup) (GPL v3)
2020-07-15 17:19:37 +02:00
* [OpenTracks](https://github.com/OpenTracksApp/OpenTracks) (Apache License)
* [FitoTrack](https://codeberg.org/jannis/FitoTrack) (GPL v3)
2018-05-30 18:40:24 +02:00
2018-06-15 11:37:30 +02:00
Maps are displayed using [Open Street Map](https://www.openstreetmap.org).
It is also possible to add a workout without a gpx file.
2018-05-30 17:48:58 +02:00
2020-09-19 13:56:14 +02:00
**Still under heavy development (some features may be unstable).**
(see [issues](https://github.com/SamR1/FitTrackee/issues) and [documentation](https://samr1.github.io/FitTrackee) for more information)
2018-05-30 17:48:58 +02:00
2023-06-25 14:00:35 +02:00
![FitTrackee Dashboard Screenshot](https://samr1.github.io/FitTrackee/en/_images/fittrackee_screenshot-01.png)