{"id":16687962,"url":"https://github.com/danielpclark/language_cards","last_synced_at":"2025-10-07T14:06:38.551Z","repository":{"id":56880737,"uuid":"78075549","full_name":"danielpclark/language_cards","owner":"danielpclark","description":"Command line flash card game for learning languages. MVC, I18n, and YAML based. Japanese \u0026 Chinese flash cards available.","archived":false,"fork":false,"pushed_at":"2018-04-30T20:53:36.000Z","size":131,"stargazers_count":23,"open_issues_count":2,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T03:51:31.257Z","etag":null,"topics":["flashcard-game","flashcards","game","hiragana","i18n","katakana","language","language-learning","mvc","romaji","yaml"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielpclark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-05T03:28:50.000Z","updated_at":"2024-06-08T19:11:27.000Z","dependencies_parsed_at":"2022-08-20T13:00:34.974Z","dependency_job_id":null,"html_url":"https://github.com/danielpclark/language_cards","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpclark%2Flanguage_cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpclark%2Flanguage_cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpclark%2Flanguage_cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielpclark%2Flanguage_cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielpclark","download_url":"https://codeload.github.com/danielpclark/language_cards/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849585,"owners_count":20520741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flashcard-game","flashcards","game","hiragana","i18n","katakana","language","language-learning","mvc","romaji","yaml"],"created_at":"2024-10-12T15:26:09.940Z","updated_at":"2025-10-07T14:06:33.496Z","avatar_url":"https://github.com/danielpclark.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LanguageCards\n[![Gem Version](https://badge.fury.io/rb/language_cards.svg)](https://badge.fury.io/rb/language_cards)\n[![Build Status](https://travis-ci.org/danielpclark/language_cards.svg?branch=master)](https://travis-ci.org/danielpclark/language_cards)\n[![Build status](https://ci.appveyor.com/api/projects/status/y6jadvlhk50ncbrh?svg=true)](https://ci.appveyor.com/project/danielpclark/language-cards)\n\n\nThis is a flash card game for guessing translations or keyboard learning.  Currently implemented is\nEnglish Romaji to Japanese Hirigana/Katakana and typing exercises for each.  Game experience will be improved upon!\n\nAlso if your interested in adding other flash cards for language learning, pull requests are welcome.  Please\nkeep some sort of organized collection for sets of cards (for instance the Japanese-Language Proficiency Test\nhas different levels to complete, N1 through N5, which would each count as a collection).\n\nInternationalization support is built in!  Translators are welcome to make this game available in other languages.\n\n## Installation\n\nInstall it yourself as:\n\n    $ gem install language_cards\n    \nOr try out the latest master by downloading it: [[master.zip](https://github.com/danielpclark/language_cards/archive/master.zip)]\n\n## Usage\n\nAfter installing the gem you can run the executable `language_cards`.  If you clone the repo then use\n`bundle exec bin/language_cards`.\n\n# Card Format\n\nThe cards are stored in YAML format.  You can look in the `cards` directory for existing examples to follow.\nThe first entry is a language name and it's okay if that already exists in another file.  The entries below that\nmust be unique for that language (eg: you can't have two Hiragana sub entries on Japanese).  The next step in\nwill have a mapping hash on how the language is being mapped in the form of key to value (eg \"Hiragana\" =\u003e \"Romaji\").\nJust follow the below outline for a working example.\n\n```yaml\n---\nJapanese:\n  Hiragana:\n    mapping: { Hiragana: Romaji }\n    あ: a\n    い: i\n    う: u\n    え: e\n    お: o\n```\n\n## Development\n\n*Tests required moving forward with this project unless it's translation files.*\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/danielpclark/language_cards.\nTranslations of the game itself are kept in the `locales` folder.  Flash cards are stored in YAML format in the`cards` folder.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpclark%2Flanguage_cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielpclark%2Flanguage_cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielpclark%2Flanguage_cards/lists"}