https://github.com/thomasleese/fitbod-analysis
Analyse the data from Fitbod.
https://github.com/thomasleese/fitbod-analysis
fit fitness flask gym mongodb website
Last synced: 2 months ago
JSON representation
Analyse the data from Fitbod.
- Host: GitHub
- URL: https://github.com/thomasleese/fitbod-analysis
- Owner: thomasleese
- License: mit
- Created: 2017-07-09T18:04:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:44.000Z (over 3 years ago)
- Last Synced: 2026-03-02T02:30:27.801Z (4 months ago)
- Topics: fit, fitness, flask, gym, mongodb, website
- Language: Python
- Homepage: https://fitbod-analysis.herokuapp.com
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fitbod Analysis
Gym gains measurement and analysis.
## Running
```bash
pyvenv venv
source venv/bin/activate
pip install -r requirements.txt
python -m gains.web
```