0.0.1 • Published 7 years ago

@nzhuk/bicycle-power-calculator v0.0.1

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
7 years ago

Bicycle Power Calculator in TypeScript

Bicycle Power Calculator is a small library (a single function, really) written in TypeScript for calculating required cycling power and other parameters.

The function itself has been ported to TypeScript from HTML/JavaScript version found here: http://www.mne.psu.edu/simpson/courses/me240/bikecalc1.htm (1 June 1999 by John S. Lamancusa - Penn State University (jsl3@psu.edu) )

How to build

  • npm install
  • npm build

How to run unit tests

  • npm test

How to do your own calculations

  • Tweak unit tests or write some new ones
  • Run tests again
  • Feel free to fork & provide some UI to this :)