Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:59:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T00:51:47.478Z (over 1 year ago)
- Topics: fit, fitness, flask, gym, mongodb, website
- Language: Python
- Homepage: https://fitbod-analysis.herokuapp.com
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- 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
```