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.

added readme

+16
+16
README.MD
··· 1 + # Strong API data dump 2 + 3 + This repo provides access to the Strong API to save workouts to your own database. 4 + The URL to the API backend is not provided here, but you can find it through the Strong app. 5 + 6 + ## How to use 7 + 8 + 1. Clone this repo 9 + 2. Create .env file in the root directory with the following content: 10 + ```ini 11 + STRONG_BACKEND=https://strong_backend_url.com 12 + 13 + STRONG_USER=your_strong_user 14 + STRONG_PASS=your_strong_pass 15 + ``` 16 + 3. Run with `cargo run`