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 typos in readme

tolik518 0b8d7346 914235db

+4 -6
+4 -6
README.MD
··· 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 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 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. 44 - 3Start the service with `docker compose up -d`. 45 - 46 - 44 + 3. Start the service with `docker compose up -d`.