https://github.com/mkutay/kermis-logger
A node.js app to store things bought in our class's kermis.
https://github.com/mkutay/kermis-logger
kermes logging nodejs
Last synced: 4 months ago
JSON representation
A node.js app to store things bought in our class's kermis.
- Host: GitHub
- URL: https://github.com/mkutay/kermis-logger
- Owner: mkutay
- License: apache-2.0
- Created: 2023-06-02T16:27:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T10:59:38.000Z (about 2 years ago)
- Last Synced: 2024-12-31T10:46:44.057Z (5 months ago)
- Topics: kermes, logging, nodejs
- Language: HTML
- Homepage: https://kermes.mkutay.dev/
- Size: 200 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kermes-service
A list of what is bought, the list can be extended and the dropdown list should contain everything that is going to be sold at the kermes.
Total amount payed.
Example Json:
```json
{
"data": [
{"bought": ["cake", "cookie"], "cost": 35},
{"bought": ["bookmark"], "cost": 15},
]
}
```