Cycling power data analysis. Includes both single workout analysis as well as multiple workout analysis. Takes data directly from Strava API Stream array format. Created in Type Script. Al
npm install @trainerday/cycling-metrics --save
var cm = require('cycling-metrics')
var power = [120,118,116,114,112,110,108,106,104,102,100];
var meanMaxPowerCurve = new cm.MeanMaxPower(power).Curve
//120,119,118,117,116,115,114,113,112,111,110
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Type Script
- Jest (Testing framework)
- TSlint
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- TrainerDay - Sponsor
- Artur Tadrala - Initial work
- Alex VanLanbingham - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc