anki-charts

Analyze your anki data in depth

MIT License

Downloads
4
Stars
3
Committers
1

Anki charts

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

  1. Get the project, either via git clone, php composer.phar create-project tomzx/anki-charts or by downloading a release.
  2. Copy/symlink your collection.anki2 to app/database/collection.anki2.
  3. Configure your decks in app/config/anki.php.
  4. Make your server point to the public folder like a regular laravel install.
  5. Analyze your data!

License

The code is licensed under the MIT license. See LICENSE.