Caesar cipher made with JavaScript
npm install @kazordoon/caesarcipherCaesar cipher made with JavaScript
- Node.js
- NPM / Yarn
- Clone the repository: git clone https://github.com/kazordoon/nodejs-caesar-cipher.git
- Install the dependencies with a package manager:
- NPM: npm install
- Yarn: yarn
- Run the tests:
- NPM: npm test
- Yarn: yarn test
- Node.js - JavaScript runtime environment that executes JavaScript code server-side
For the versions available, see the tags on this repository.
- Felipe Barros - Initial work - kazordoon
This project is licensed under the MIT License - see the LICENSE file for details.