Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fsrs.js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fsrs.js

FSRS (free spaced repetition scheduler) algorithm, based on the DSR model proposed by Piotr Wozniak, author of SuperMemo

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
543
decreased by-13.54%
Maintainers
1
Weekly downloads
 
Created
Source

JavaScript module of Free Spaced Repetition Scheduler algorithm, based on the DSR model proposed by Piotr Wozniak, author of SuperMemo.

Usage

npm install fsrs.js to import this module.

Example

const fsrs = require('fsrs.js');

//input data 
var cardData={id:'idname'},
    grade=-1, //Grade `-1` means learn new card,and `0, 1, 2` means review old card.
    globalData={};

fsrs(cardData,grade,globalData) //Return {cardData,globalData}. You can save this output data and use it as input data the next time you update grade.

Keywords

FAQs

Package last updated on 26 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc