Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndoornekamp/strava-plotter-webapp
Website that can be used to plot your personal Strava data with satellite imagery as a background. (Based on https://github.com/ndoornekamp/strava-plotter)
https://github.com/ndoornekamp/strava-plotter-webapp
django plotting python strava
Last synced: about 2 months ago
JSON representation
Website that can be used to plot your personal Strava data with satellite imagery as a background. (Based on https://github.com/ndoornekamp/strava-plotter)
- Host: GitHub
- URL: https://github.com/ndoornekamp/strava-plotter-webapp
- Owner: ndoornekamp
- Created: 2020-05-24T10:34:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T09:26:30.000Z (about 1 year ago)
- Last Synced: 2024-10-18T20:02:27.685Z (3 months ago)
- Topics: django, plotting, python, strava
- Language: Python
- Homepage: https://nickdoornekamp.pythonanywhere.com/
- Size: 33.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strava plotter webapp
This webapp uses https://github.com/ndoornekamp/strava-plotter to plot your personal Strava data with satellite images as background.
## Running the app locally
1. Clone the strava-plotter inside strava-plotter-webapp: `git clone https://github.com/ndoornekamp/strava-plotter.git`
2. Follow section B of [Strava's instructions for creating an app](https://developers.strava.com/docs/getting-started/).
3. Rename '.env.example' to '.env' and fill the CLIENT_ID, CLIENT_SECRET you obtained in the previous steps.
4. Create a conda env with the required dependencies by running `conda env create -f environment.yml`
5. Start the Django server by running`python3 manage.py runserver`