Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed json paths

tolik518 b1e1ae0c cd9597f0

+3 -3
+3 -3
README.MD
··· 9 9 10 10 ## Why? 11 11 12 - So you can do fun stuff with your workout data, like doing silly grafana dashboards. 12 + So you can do fun stuff with your workout data, like doing silly grafana dashboards. 13 13 For example, you can use the [Grafana Clickhouse plugin](https://grafana.com/grafana/plugins/grafana-clickhouse-datasource/) to visualize your workout data. 14 14 15 15 You can make heatmaps, like the one you have on github, or you can make a dashboard that shows your progress over time, or you can make a dashboard that shows your workout history. 16 16 17 17 ![heatmap](./.github/heatmap.png) 18 - You can find the Grafana JSON for the [heatmap](./examples/heatmap.json) and for the [excercises per week](./examples/excercises_per_week.json) in the [examples](./examples) folder. 18 + You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json) and for the [excercises per week](./examples/grafana/excercises_per_week.json) in the [examples](./examples) folder. 19 19 20 20 21 21 ## How to use ··· 40 40 41 41 1. Make sure you have Docker and Docker Compose installed. 42 42 2. Create a `.env` file in the root directory with the same content as above. 43 - 3Start the service with `docker compose up -d`. 43 + 3Start the service with `docker compose up -d`. 44 44 45 45