thyagoluciano / sm2

SM-2 is a simple spaced repetition algorithm. It calculates the number of days to wait before reviewing a piece of information based on how easily the the information was remembered today.
GNU General Public License v3.0
199 stars 25 forks source link

How to use this algorithm? #7

Open RadoTheProgrammer opened 11 months ago

RadoTheProgrammer commented 11 months ago

Hi, your code looks interessant but i can’t figure out how to use it. I can see that it’s written in Dart but i don’t really know this langage. Can you pls provide some guidance on how to run this github repo?

Thanks