3.0.2 • Published 8 years ago

workout-tracker v3.0.2

Weekly downloads
34
License
-
Repository
github
Last release
8 years ago

NPM

Build Status Supported Nodejs Version

Workout Tracker

A collection of workout schemas. Allows you to track predefined workouts progress.

Example

Development Proof Of Concept

  • A development simple example can be seen in the index.html`` file and the javascript inscripts/workout.js`
  • Start up a simple webserver using npm run dev which calls python -m SimpleHTTPServer 8000
  • The workout that gets loaded in depends on the query string appended to the URL. For example localhost:8000/?workout=upper_body_push will load that schema and allow you to enter in data and when hitting submit, the JSON dump will be outputted to the console.

Development

  • Any JSON schema workouts are encouraged via pull requests!
  • Add a schema to the schema directory and ensure it is valid by running make test from the root.

References

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago