- Track your listened songs from Spotify
- See your Top tracks and artists
- See how many minutes you have listened to music
- Create playlists with "lost tracks" you like but haven't heard in a while
- Create playlists with your most popular songs - updated daily
- Analyze what you bought in the supermarket
- Send your receipts automatically and user-friendly to an e-mail address
- See your top Products
- Get an overview of what you could buy
- See how much money you have spent by category
- Currently only compatible with digital receipts from REWE (in Germany)
- PHP 8.0
- NodeJS / NPM
- Composer (and the requirements mentioned in composer.json)
To install KStats, just follow these steps:
- Clone the repository
- Run
npm install
andnpm run dev
to parse CSS and JS - Run
composer install
to install all dependencies - Copy
.env.example
to.env
and adapt the values - Run
php artisan serve
to start built-in developement Webserver (or use your own)