jglynn / segmund

A crummy app that aggregates segment data from Strava to support enduro style events.
https://segmund.mybluemix.net/
Apache License 2.0
1 stars 0 forks source link
cloudant ibm-cloud strava

segmund

A crummy thing for aggregating segment data from Strava to support "enduro" style road cycling events.

Getting Started

You'll need two config files locally -- contact @jglynn:

Install Python 3

Running segmund locally

  1. python -m pip install -r requirements.txt will install necessary Python deps
  2. python segmund.py will start up the app, by default it listens on port 8000 locally

Running on IBM Cloud

Commits to master automatically trigger CICD using segmund-toolchain

https://segmund.mybluemix.net/

Checking logs

Install IBM Cloud CLI

ibmcloud login --sso

IBM will issue a single use auth token you can use for a while.

ibmcloud target --cf

ibmcloud cf logs segmund-toolchain --recent