A map of your Strava activities. Based on Python/Flask.
# create virtual env
virtualenv -p python3 ENV
# activate virtual env
source ENV/bin/activate
# get PIP packages and Polyline.encoded.js
make install
# create config.py; use config_example.py as a template; fill in your Strava API credentials (from https://www.strava.com/settings/api)
...
# run
make run
Copyright 2018 Florian Pigorsch & Contributors. All rights reserved.
Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.