Show multiple Strava rides on a single map.
A demo is running at https://tourmap.awelzel.de
$ pyvenv venv
$ . ./venv/bin/activate
$ pip install pip --upgrade
$ pip install -r ./requirements.txt
$ ./test.sh
$ npm install
$ cp config.py.template config.py
# Update config settings...
$ vim config.py
$ FLASK_APP=tourmap/app.py flask createdb
$ FLASK_APP=tourmap/app.py flask run --reload -h 0.0.0.0 \
--eager-loading --with-threads
This process fetches activities from Strava users that logged through with their Strava credentials.
$ . venv/bin/activate
$ FLASK_APP=tourmap/app.py flask strava_poller
The way it currently fetches Strava activities should work for a few users, but may need to be reworked when many users log in.