1.5.7 • Published 9 months ago

number-cruncher v1.5.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
  • 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