···11+# Strong API data dump
22+33+This repo provides access to the Strong API to save workouts to your own database.
44+The URL to the API backend is not provided here, but you can find it through the Strong app.
55+66+## How to use
77+88+1. Clone this repo
99+2. Create .env file in the root directory with the following content:
1010+ ```ini
1111+ STRONG_BACKEND=https://strong_backend_url.com
1212+1313+ STRONG_USER=your_strong_user
1414+ STRONG_PASS=your_strong_pass
1515+ ```
1616+3. Run with `cargo run`