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: 2 months ago
JSON representation

Analyse the data from Fitbod.

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
```