msimms / OpenWorkoutWeb

Fitness tracking website and companion to the mobile app of the same name. Has cherrypy and flask front ends, with wsgi support. Implements live tracking. Serves as platform for analytics and automated workout plan generation. An example instantiation is at http://openworkout.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to export workouts in .zwo format

msimms opened this issue · comments

Once a workout plan has been generated, we should allow the user to download applicable workouts in .zwo format so they can be imported into Zwift, etc.

ZWO writer is implemented, but nothing calls it yet.

Can now export from the Workout description page or via the API.