https://github.com/flopp/strava-map
Map of your Strava activities. Based on Python/Flask.
https://github.com/flopp/strava-map
flask map strava strava-api
Last synced: 8 months ago
JSON representation
Map of your Strava activities. Based on Python/Flask.
- Host: GitHub
- URL: https://github.com/flopp/strava-map
- Owner: flopp
- License: mit
- Created: 2018-01-19T17:34:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T22:05:47.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:23:37.893Z (over 1 year ago)
- Topics: flask, map, strava, strava-api
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/flopp/strava-map)
[](https://github.com/flopp/strava-map/blob/master/LICENSE)
# Strava Map
A map of your Strava activities. Based on Python/Flask.
## Install
```
# 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
```
## License
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](https://github.com/flopp/strava-map/blob/master/LICENSE) file.