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
- Host: GitHub
- URL: https://github.com/norandiaconu/number-cruncher
- Owner: norandiaconu
- Created: 2019-02-19T03:15:27.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-14T23:54:42.000Z (over 1 year ago)
- Last Synced: 2025-03-27T03:22:31.922Z (over 1 year ago)
- Topics: android, angular, npm, npm-package
- Language: TypeScript
- Homepage: https://norandiaconu.github.io/number-cruncher
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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