Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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