number-cruncher
v1.6.2
Published
Calculate total time based on lines of input with numbers on the end.
Downloads
160
Readme
number-cruncher
Calculate total time based on lines of input with numbers on the end.
Installation
npm i number-cruncher
Usage
Open page
- Run
npx number-cruncher
- Run
Example lines of text to parse with periods
TestOne 1.1
TestTwo 1.2- Total: 2.3
Example lines of text to parse with colons
TestOne 1:06
TestTwo 1:12- Total: 2.3
Example lines of text to parse with combination of the two
TestOne 1.1
TestTwo 1:12- Total: 2.3