Go to file
2018-06-06 00:22:37 +02:00
docs README.md update (image) 2018-06-04 19:45:00 +02:00
mpwo_api API: statistics by week - #9 2018-06-06 00:22:37 +02:00
mpwo_client Client: display user statistics - #9 2018-06-05 23:40:37 +02:00
nginx codacy issues fix 2018-01-14 17:37:14 +01:00
.coveragerc API: test coverage init 2018-05-12 17:10:29 +02:00
.eslintrc.json config fix 2018-05-01 11:54:37 +02:00
.gitignore pytest upgrade to 3.6.0 2018-05-25 16:39:38 +02:00
.isort.cfg API & Client: pre-commit lint 2018-01-14 20:50:50 +01:00
.travis.yml tests update 2018-04-10 22:11:33 +02:00
docker-compose-ci.yml travis config fix 2018-01-14 14:56:29 +01:00
docker-compose.yml codacy issues fix 2018-01-14 17:19:02 +01:00
LICENSE Initial commit 2017-04-02 20:08:30 +02:00
Makefile test fix 2018-05-20 20:30:30 +02:00
Makefile.config API: test coverage on codacy 2018-05-12 18:21:00 +02:00
Makefile.custom.config.example API: test coverage on codacy 2018-05-12 18:21:00 +02:00
package-lock.json API & Client: use of calculated bounds from API to display map 2018-05-14 14:51:12 +02:00
package.json Client: display elevation and speed chart for an activity 2018-05-28 15:33:56 +02:00
pytest.ini API & Client: pre-commit lint 2018-01-14 20:50:50 +01:00
README.md Update README.md 2018-05-30 18:40:24 +02:00
test.sh e2e tests: admin 2018-04-29 18:56:56 +02:00
yarn.lock Client: display elevation and speed chart for an activity 2018-05-28 15:33:56 +02:00

mpwo

A simple self-hosted workout/activity tracker.

Python Version Flask Version React Version
Codacy Badge Codacy Badge1 Build Status


This application allows you to track your sports activity from gpx files and keep your data on your own server.
Several mobile apps can store workout data locally and export it into a gpx file.
Examples (for Android):

Maps are displayed using Open Street Map.

Still under development (not ready for production).
(see issues and wiki for more informations)

mpwo screenshot

mpwo screenshot

Notes:
1. Test coverage: only for Python API