Ceaser cipher app on Node.js :symbols:
The Caesar cipher is a type of substitution cipher in which each letter in the plaintext is ‘shifted’ a certain number of places down the alphabet.
It is a CLI application, that cipher input text.
This application is created using :
JavaScript
- programming language;Node.js
- JavaScript
runtime built. (An asynchronous event-driven JavaScript
runtime, Node.js
is designed to build scalable network applications);chalk
- The Node.js
module, that help styling cli messages and commands;inquirer
- The Node.js
module, that provide the user interface, and the inquiry session flow.terminal
inside this folder;npm run start
.Caesar Cipher is open-sourced software licensed under the MIT License (MIT). Please see License File for more information
If you still have questions about the work of this application or you have cool ideas for improvement
, please write to me
.
If you find a bug , please create an appropriate issue with detailed information about it
.
Thanks!