This is still in an alpha state!
A application to show/analyze your Zwift activities.
Zwift stores your activities as *.fit file on your commputer under %userprofile%\documents\Zwift\Activities. Zwiftee reads those files and show the data.
Only tested on Windows, yet.
# install
git clone https://github.com/pfitzer/zwiftee.git
# install dependencies
npm install
# run the app
npm run electron:build
# start browser app
npm start
# build windows executable
npm run electron:win
# see package.json for more
Feel free to do so, there is pretty much to do. E.g. internationalisation, writing unit tests, test on apple systems ...
If you want to contribute, open an issue and describe what you wanna do and commit your work to that issue.