We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbcb47 commit a6ca3e3Copy full SHA for a6ca3e3
README.md
@@ -0,0 +1,12 @@
1
+SM.js
2
+=====
3
+
4
+SM.js is a tool that helps you memorize tons of things.
5
+It can be used for foreign words, names of historical persons, biology terms and whatever you want to memorize.
6
+It employs a method called spaced repetition that shows "flashcards" repeatedly with proper intervals in order to make your memory steady.
7
8
+It can be used as a stand-alone CLI software.
9
+It also works as a JavaScript library that can be used as a part of your software.
10
11
+By the way, "SM" stands for SweetMemento.
12
+This algorithm is based on a description of SM-15 (SuperMemo 15) with a few modificitations.
0 commit comments