1.0.5 • Published 5 years ago

cycling-metrics v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Cycling Metrics

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

Getting Started

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

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Type Script
  • Jest (Testing framework)
  • TSlint

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • TrainerDay - Sponsor
  • Artur Tadrala - Initial work
  • Alex VanLanbingham - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc