Skip to content

glutanimate/coronavirus-tracker

Repository files navigation

Coronavirus Tracker for Anki


A small add-on for Anki that extends the toolbar with an indicator displaying the number of people currently known to have recovered from COVID-19.

The idea behind the add-on is to provide some encouragement in these troubling times, reminding us that this too shall pass.

Data source: Johns Hopkins CSSE Coronavirus Resource Center via mathdroid/covid-19-api.

Table of Contents

Installation

AnkiWeb

This section will be updated once the add-on is available on AnkiWeb. The easiest way to install Coronavirus Tracker is through AnkiWeb.

Manual installation

Please click on the entry corresponding to your Anki version:

Important: This add-on requires Anki 2.1.22 or higher to work.

Anki 2.1
  1. Make sure you have the latest version of Anki 2.1 installed. Earlier releases (e.g. found in various Linux distros) do not support .ankiaddon packages.
  2. Download the latest .ankiaddon package from the releases tab (you might need to click on Assets below the description to reveal the download links)
  3. From Anki's main window, head to ToolsAdd-ons
  4. Drag-and-drop the .ankiaddon package onto the add-ons list
  5. Restart Anki

Video summary:

Documentation

For further information on the use of this add-on please check out the description text for AnkiWeb.

Building

With Anki add-on builder installed:

git clone https://github.com/glutanimate/coronavirus-tracker.git
cd coronavirus-tracker
aab build

For more information on the build process please refer to aab's documentation.

Contributing

Contributions are welcome! Please review the contribution guidelines on how to:

  • Report issues
  • File pull requests
  • Support the project as a non-developer

License and Credits

Coronavirus Tracker is Copyright © 2020 Aristotelis P. (Glutanimate)

Coronavirus Tracker is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the LICENSE file that accompanied this program.

Please note that this program uses the Libaddon library which comes with its own additional terms extending the GNU AGPLv3 license. You may only copy, distribute, or modify the present compilation of this program with Libaddon under the combined licensing terms specified by both licenses.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.