DataMoutain is the perfect tool to analyse previous and plan future training! By pulling data from your strava account, DataMountain helps you gain insights on your past activities. Plan your next sessions with the map and coach tools so you can train in the best possible conditions. DataMountain is the #1 tool to optimise your training!
TODO: explain how to set-up stravalib and .env
With uv installed (see: https://docs.astral.sh/uv/getting-started/installation/), run the following commands:
uv venv # Create virtual environment
uv sync # Install dependencies in virtual environment
uv run src/main.py # Run the applicationDataMountain contains 5 pages:
- The Home page helps you keep track of your weekly distance, time and elevation gain for each activity at a glance.
- A more detailled break-down of your last training weeks is available in the Calendar page.
- Consult your past activities in the Activities page.
- Visualise your past activities on a map in the Map page.
- The Athlete page lets you access your personnal and gear statistics.
- Fabien ALLEMAND
