An open API service indexing awesome lists of open source software.

https://github.com/norandiaconu/number-cruncher

Text Parser
https://github.com/norandiaconu/number-cruncher

android angular npm npm-package

Last synced: 10 months ago
JSON representation

Text Parser

Awesome Lists containing this project

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`
- ### 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