From e733574a046f1764861cd5c9e6ff64d79822eab4 Mon Sep 17 00:00:00 2001 From: Roy <1065321+roymckenzie@users.noreply.github.com> Date: Sun, 18 Feb 2018 12:59:09 -0700 Subject: [PATCH] Add Go Flashcards by @roymckenzie (#558) --- contents.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/contents.json b/contents.json index 1d853a3f..bed799df 100644 --- a/contents.json +++ b/contents.json @@ -15675,6 +15675,32 @@ ], "date_added": "Feb 12 2018", "suggested_by": "@vpeschenkov" + }, + { + "title": "Go Flashcards", + "category-ids": [ + "education" + ], + "description": "Go Flashcards allows users to create stacks of flashcards and review them on their iPad, iPhone, or Apple Watch. All stacks and stack progress sync over CloudKit. Includes Core Spotlight support for searching for Stacks and Cards via Spotlight.", + "source": "https://github.com/roymckenzie/Go-Flashcards", + "license": "gpl-2.0", + "stars": 0, + "tags": [ + "swift", + "realm", + "watchos", + "cloudkit", + "spotlight" + ], + "screenshots": [ + "https://roymckenzie.me/wp-content/uploads/2017/11/go-flashcards-progress.jpg", + "https://roymckenzie.me/wp-content/uploads/2017/11/go-flashcards-add-images.jpg", + "https://roymckenzie.me/wp-content/uploads/2017/11/go-flashcard-memorized.jpg", + "https://roymckenzie.me/wp-content/uploads/2017/11/go-flashcards-reorder.jpg", + "https://roymckenzie.me/wp-content/uploads/2017/11/go-flashcards-study-reminder.jpg" + ], + "date_added": "Feb 18 2018", + "suggested_by": "@roymckenzie" } ] }