tomzx / anki-charts
Analyze your anki data in depth
dev-master / 0.1.x-dev
2016-11-10 00:58 UTC
Requires
- php: >=5.4.0
- barryvdh/laravel-debugbar: ^1.8
- laravel/framework: ^4.2
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2026-03-10 10:16:09 UTC
README
Anki charts is a small laravel application that allows you to inspect into further depth your anki data. It generates a set of charts which can provide insights into your learning experience and help you target the area you might want to work on.
Getting started
- Get the project, either via
git clone,php composer.phar create-project tomzx/anki-chartsor by downloading a release. - Copy/symlink your
collection.anki2toapp/database/collection.anki2. - Configure your decks in
app/config/anki.php. - Make your server point to the
publicfolder like a regular laravel install. - Analyze your data!
License
The code is licensed under the MIT license. See LICENSE.