tomzx / anki-charts
Analyze your anki data in depth
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 5
Language:JavaScript
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: 2024-11-10 07:28:46 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-charts
or by downloading a release. - Copy/symlink your
collection.anki2
toapp/database/collection.anki2
. - Configure your decks in
app/config/anki.php
. - Make your server point to the
public
folder like a regular laravel install. - Analyze your data!
License
The code is licensed under the MIT license. See LICENSE.