{"id":19694829,"url":"https://github.com/pawlovskiii/caesar-cipher","last_synced_at":"2026-05-07T00:39:34.283Z","repository":{"id":109748188,"uuid":"377871605","full_name":"pawlovskiii/caesar-cipher","owner":"pawlovskiii","description":"My implementation of Caesar cipher. It's a popular technique of data encryption. It's all about shifting letters in the alphabet (in this case, with an optional n-letter shift). Besides, I created units test for any edge cases.","archived":false,"fork":false,"pushed_at":"2022-05-28T14:26:29.000Z","size":1731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T09:24:06.650Z","etag":null,"topics":["caesar-cipher","encryption","es6-modules","eslint","javascript","jest","parcel"],"latest_commit_sha":null,"homepage":"https://pawlovskiii.github.io/caesar-cipher/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawlovskiii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-06-17T15:07:33.000Z","updated_at":"2022-05-28T15:44:57.000Z","dependencies_parsed_at":"2023-04-22T04:20:10.953Z","dependency_job_id":null,"html_url":"https://github.com/pawlovskiii/caesar-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/pawlovskiii%2Fcaesar-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2Fcaesar-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2Fcaesar-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawlovskiii%2Fcaesar-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawlovskiii","download_url":"https://codeload.github.com/pawlovskiii/caesar-cipher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241005500,"owners_count":19892797,"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","encryption","es6-modules","eslint","javascript","jest","parcel"],"created_at":"2024-11-11T19:24:45.470Z","updated_at":"2026-05-07T00:39:34.247Z","avatar_url":"https://github.com/pawlovskiii.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt text](https://miro.medium.com/max/2240/1*Q-Kh2aE-BomHiU6L9d8EDQ.jpeg)\n\n\u003ch1 align=\"center\"\u003e\n    Caesar's Cipher  \n\u003c/h1\n\u003cp\u003e\u003c/p\u003e\n\n## Github Pages\n\nhttps://pawlovskiii.github.io/caesar-cipher/\n\n## Table of contents\n\n- [General info](#general-info)\n- [Technologies](#technologies)\n- [Setup](#setup)\n\n### General info\n\nMy implementation of Caesar cipher. It's a popular technique of data encryption. It's all about shifting letters in the alphabet (in this case, with an optional n-letter shift).\n\n### Technologies\n\nImplementation created with Parcel (as bundling tool), Jest (as the testing framework), babel-jest (to enable the use of ES6 Modules with Jest framework), and ESLint (for improving syntax and enforcing code style). During this project I also wanted to deploy it specifically on the Github Pages, to keep everything in one place and get to know this environment.\nName | Versions\n--- | ---\nNode.js | 16.4.0\n\n### Setup\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/pawlovskiii/caesar-cipher\n\n# Go into the repository\n$ cd caesar-cipher\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start\n\n# Run the tests\n$ npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawlovskiii%2Fcaesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawlovskiii%2Fcaesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawlovskiii%2Fcaesar-cipher/lists"}