{"id":15386741,"url":"https://github.com/grepsedawk/shopify_interview.cr","last_synced_at":"2025-07-25T17:38:57.127Z","repository":{"id":103562923,"uuid":"483739743","full_name":"grepsedawk/shopify_interview.cr","owner":"grepsedawk","description":"Interview pair thingy with shopify","archived":false,"fork":false,"pushed_at":"2022-04-21T14:28:32.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T23:42:08.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/grepsedawk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-20T16:55:13.000Z","updated_at":"2022-04-24T17:12:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"aecacbfd-41aa-49db-bd9e-9246a014684f","html_url":"https://github.com/grepsedawk/shopify_interview.cr","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"6694dd53602ed3f69a99ca198451ecac75f02dfd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"grepsedawk/sharded.cr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grepsedawk%2Fshopify_interview.cr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grepsedawk%2Fshopify_interview.cr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grepsedawk%2Fshopify_interview.cr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grepsedawk%2Fshopify_interview.cr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grepsedawk","download_url":"https://codeload.github.com/grepsedawk/shopify_interview.cr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239942793,"owners_count":19722336,"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":[],"created_at":"2024-10-01T14:50:19.243Z","updated_at":"2025-02-21T02:17:14.058Z","avatar_url":"https://github.com/grepsedawk.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# interview\n\n## Challenge\n\nA Holiday gift exchange is where a group of people are randomly assigned one other person in the group to buy a gift for. This person can be anyone else in the group except for themselves. Everyone should both give and receive a gift.\n\nDesign a program that reads a provided CSV file, performs the matching, and then prints out the matches. Assume that you may email the match to the person later, but focus on printing first.\n\nThe format of the CSV is name,email on each row.\n\nDon't actually send email for this example. Assume the system or framework has a mail delivery system available.\n\nSample input files provided:\n\n```csv\nChris,chris@example.com\nFelix,felix@example.net\nElizabeth,lizzy1994@example.com\nAndré,andre@example.fr\nMilo,milo.milo@example.com\nOlivia,olive99@example.net\nHugo,hugo124@example.net\nAmit,amit.123@example.com\nLudwig,ludwig@example.net\nRaoul,raoul@example.com\n```\n\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     interview:\n       github: grepsedawk/interview.cr\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"interview\"\n```\n\nTODO: Write usage instructions here\n\n## Development\n\nTODO: Write development instructions here\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/grepsedawk/interview.cr/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [grepsedawk](https://github.com/grepsedawk) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrepsedawk%2Fshopify_interview.cr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrepsedawk%2Fshopify_interview.cr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrepsedawk%2Fshopify_interview.cr/lists"}