https://github.com/open-spaced-repetition/go-fsrs
Go Module for FSRS
https://github.com/open-spaced-repetition/go-fsrs
fsrs go golang spaced-repetition-algorithm
Last synced: 3 months ago
JSON representation
Go Module for FSRS
- Host: GitHub
- URL: https://github.com/open-spaced-repetition/go-fsrs
- Owner: open-spaced-repetition
- License: mit
- Created: 2022-06-22T02:19:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T11:59:08.000Z (5 months ago)
- Last Synced: 2025-03-28T21:51:41.326Z (3 months ago)
- Topics: fsrs, go, golang, spaced-repetition-algorithm
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 82
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fsrs - uses the Go FSRS library
README
# go-fsrs
[](https://pkg.go.dev/github.com/open-spaced-repetition/go-fsrs/v3) [](https://goreportcard.com/report/github.com/open-spaced-repetition/go-fsrs/v3)
Go module implements [Free Spaced Repetition Scheduler algorithm](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler)
## Install
```bash
go get -u github.com/open-spaced-repetition/go-fsrs/v3@latest
```## Usage
Please see [GoDoc](https://pkg.go.dev/github.com/open-spaced-repetition/go-fsrs/v3)
and [Wiki](https://github.com/open-spaced-repetition/go-fsrs/wiki) for documents.## Contributing
Please feel free to submit any [Pull Requests](https://github.com/open-spaced-repetition/go-fsrs/pulls). Just be sure
not to introduce any breaking changes and do not any functionality excess the scope of the algorithm implementation.For algorithm problems or discussions, please
go [open-spaced-repetition/free-spaced-repetition-scheduler](https://github.com/open-spaced-repetition/free-spaced-repetition-scheduler).## Online development