Skip to content

nosorozec/strava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

simply wrapper around the different APIs

strava

finance

  • currency rates from nbp.pl

How to use it

  1. Build docker image locally
docker build --tag ludw-strava .
  1. Run as standalone docker container
docker run -d -p 5000:5000 --env CLIENT_ID --env CLIENT_SECRET --env REFRESH_TOKEN ludw-strava
  1. Run as docker compose (remember to create .env file with all environmental variables)
version: '3'
services:

  strava-service:
    image: ludw/ludw-strava:latest
    container_name: strava
    environment:
      - CLIENT_ID=${CLIENT_ID}
      - CLIENT_SECRET=${CLIENT_SECRET}
      - REFRESH_TOKEN=${REFRESH_TOKEN}

About

my wrapper around strava api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published