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

dev-master / 0.1.x-dev 2016-11-10 00:58 UTC

This package is auto-updated.

Last update: 2024-04-10 06:11:27 UTC


README

License Latest Stable Version Latest Unstable Version Build Status Code Quality Code Coverage Total Downloads

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.