You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Strong APP Workout Fetch
2
2
3
-
This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a Clickhouse database.
3
+
This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a ClickHouse database.
4
4
5
5
6
6
The URL to the API backend is not provided here, for now, because it's not entirely public and because of possible legal implications.
@@ -20,9 +20,9 @@ You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json)
20
20
21
21
## How to use
22
22
23
-
0. Have your Clckhouse database ready and running
23
+
0. Have your ClickHouse database ready and running
24
24
1. Clone this repo
25
-
2. Create .env file in the root directory with the following content:
25
+
2. Create `.env` file in the root directory with the following content:
26
26
```ini
27
27
STRONG_BACKEND=https://strong_backend_url.com
28
28
@@ -41,6 +41,4 @@ You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json)
41
41
42
42
1. Make sure you have Docker and Docker Compose installed.
43
43
2. Create a `.env` file in the root directory with the same content as above.
0 commit comments