# 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
