Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jflinter/workoutgenerator
https://github.com/jflinter/workoutgenerator
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jflinter/workoutgenerator
- Owner: jflinter
- Created: 2012-04-28T10:36:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T10:55:33.000Z (about 12 years ago)
- Last Synced: 2024-10-16T08:55:47.923Z (2 months ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WOD Generator
=============
This is a script to generate quick, easily-scalable workouts with just the equipment you have access to.
It's written in pure javascript to make it easily embeddable in a static page. It is very much still in development.Contents
--------
* wodgenerator.js : Core logic. Defines all the models (workout, exercise, etc).
* exercises.js : Contains a bunch of sample exercises that the generator uses to create workouts.
* testpage.html : a sample application to test and display workouts using the generator.Coming soon
-----------
* Scaling actually changing the exercise type (e.g. muscle-ups become pullups)
* More workout types (multiple supersets, Tabatas)
* More exercises