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

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.

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},
]
}
```