Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackcub3s/costparser
This program allows you to track debt between two individuals. You can write down your debts in google keep or in your online agenda and then copy paste them here and get how much you owe to the other person.
https://github.com/blackcub3s/costparser
Last synced: 17 days ago
JSON representation
This program allows you to track debt between two individuals. You can write down your debts in google keep or in your online agenda and then copy paste them here and get how much you owe to the other person.
- Host: GitHub
- URL: https://github.com/blackcub3s/costparser
- Owner: blackcub3s
- Created: 2022-12-30T11:43:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:43:33.000Z (about 2 years ago)
- Last Synced: 2024-11-09T20:17:49.698Z (2 months ago)
- Language: JavaScript
- Homepage: https://blackcub3s.github.io/costParser/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# online costParser
## Description
This website has been created to allow two people to track debts against each other. Yoy can test it here [https://blackcub3s.github.io/costParser/](https://blackcub3s.github.io/costParser/). It works simply by copy and pasting a list of accumulated debts using a format similar to the following:
pepe debe a marta -- 3€ (salmon)
marta debe a pepe -- 9 euros (pepinete)
pepe debe -- 12e
Pepe debe a Marta -- 12.3 e (salmoncito 24.6/2 = 12.3)
pepe debe a Marta -- 20,9 e (queviures)## considerations
Just bare in mind that you NEED to follow the following rules, otherwise the program will crash
- The debtor's name needs to be specified at the beggining of each line
- Each line must have a "--" separation between the string description of who owes what to whom and the amount that is owed.
- After the specified debt, a "€" symbols or "e" simbol must appear
- A minimum of two lines must be defined in the text, with debts owed reciprocally between debtors.