{"id":20112627,"url":"https://github.com/jodaz/caesars-cipher","last_synced_at":"2025-03-02T18:43:14.507Z","repository":{"id":110202120,"uuid":"141923125","full_name":"jodaz/caesars-cipher","owner":"jodaz","description":"Caesars cipher algorithm for freeCodeCamp.","archived":false,"fork":false,"pushed_at":"2018-07-23T21:02:01.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T06:06:50.226Z","etag":null,"topics":["caesar-cipher","freecodecamp","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jodaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-07-22T19:06:10.000Z","updated_at":"2019-01-22T19:33:28.000Z","dependencies_parsed_at":"2023-04-26T21:48:18.689Z","dependency_job_id":null,"html_url":"https://github.com/jodaz/caesars-cipher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodaz%2Fcaesars-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodaz%2Fcaesars-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodaz%2Fcaesars-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jodaz%2Fcaesars-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jodaz","download_url":"https://codeload.github.com/jodaz/caesars-cipher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557109,"owners_count":19981876,"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":["caesar-cipher","freecodecamp","javascript"],"created_at":"2024-11-13T18:21:22.230Z","updated_at":"2025-03-02T18:43:14.477Z","avatar_url":"https://github.com/jodaz.png","language":"JavaScript","readme":"# caesars-cipher\n\nCaesars cipher algorithm for freeCodeCamp.\n\nThe Caesar cipher is a simple shift cipher. This means the letters of a given string are shifted by a set amout.\n\nCaesar cipher uses the ROT13 cipher. The values of the letters are shifted by 13 places e.g: `'A' \u003c-\u003e 'N'` and `'B' \u003c-\u003e 'O'`.\n\n## Requirements\n\n* Write a function which takes a ROT13 encoded string as input and returns a decoded string.\n* All letters should be uppercase.\n* Do not transform any non-alphabetic character.\n\n## To try it\n\nJust do `npm run convert \"HELLO WORLD!\"`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodaz%2Fcaesars-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjodaz%2Fcaesars-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjodaz%2Fcaesars-cipher/lists"}