https://github.com/kazordoon/nodejs-caesar-cipher
Caesar cipher made with JavaScript.
https://github.com/kazordoon/nodejs-caesar-cipher
caesar-cipher caesar-cipher-algorithm javascript nodejs npm npm-module yarn
Last synced: 3 months ago
JSON representation
Caesar cipher made with JavaScript.
- Host: GitHub
- URL: https://github.com/kazordoon/nodejs-caesar-cipher
- Owner: kazordoon
- License: mit
- Created: 2020-02-03T16:18:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T13:12:17.000Z (about 1 year ago)
- Last Synced: 2025-02-08T11:44:17.431Z (4 months ago)
- Topics: caesar-cipher, caesar-cipher-algorithm, javascript, nodejs, npm, npm-module, yarn
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-caesar-cipher
[](https://badge.fury.io/js/%40kazordoon%2Fcaesarcipher)[](https://circleci.com/gh/kazordoon/nodejs-caesar-cipher)
Caesar cipher made with JavaScript
## Getting Started
### Prerequisites
- Node.js
- NPM / Yarn### Installing
- Clone the repository: `git clone https://github.com/kazordoon/nodejs-caesar-cipher.git`
## Running the tests
- Install the dependencies with a package manager:
- NPM: `npm install`
- Yarn: `yarn`
- Run the tests:
- NPM: `npm test`
- Yarn: `yarn test`## Built With
- [Node.js](https://nodejs.org/) - JavaScript runtime environment that executes JavaScript code server-side
## Versioning
For the versions available, see the [tags on this repository](https://github.com/kazordoon/nodejs-caesar-cipher/tags/).
## Authors
- **Felipe Barros** - *Initial work* - [kazordoon](https://github.com/kazordoon)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.