# SuperMemo2 **Repository Path**: kirklin/SuperMemo2 ## Basic Information - **Project Name**: SuperMemo2 - **Description**: A TypeScript implementation of the SuperMemo 2 (SM2) algorithm for spaced based repetition algorithm. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-21 - **Last Updated**: 2022-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SuperMemo A TypeScript implementation of the [SuperMemo 2](https://super-memory.com/english/ol/sm2.htm) (SM2) algorithm for spaced based repetition algorithm. ## Usage ### Install ```bash npm install @kirklin/supermemo2 ``` ## License [MIT](./LICENSE) License © 2022-PRESENT [Kirk Lin](https://github.com/kirklin)