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

https://github.com/vicainelli/kassaklap

Kassaklap is the smart grocery app that knocks your receipt total down. Compare real-time prices across major supermarkets, get deal alerts, and let the app calculate the optimal store mix for your cart.
https://github.com/vicainelli/kassaklap

Last synced: 5 months ago
JSON representation

Kassaklap is the smart grocery app that knocks your receipt total down. Compare real-time prices across major supermarkets, get deal alerts, and let the app calculate the optimal store mix for your cart.

Awesome Lists containing this project

README

          

# Kassaklap

kassaklap.nl

To install dependencies:

```bash
bun install
```

To start a development server:

```bash
bun dev
```

To run for production:

```bash
bun start
```

This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.