An open API service indexing awesome lists of open source software.

https://github.com/corocoto/caesar-cipher

Ceaser cipher app on Node.js :symbols:
https://github.com/corocoto/caesar-cipher

application ceasar-cipher cipher cipher-algorithm cipher-algorithms cli-app javascript node-js nodejs

Last synced: 25 days ago
JSON representation

Ceaser cipher app on Node.js :symbols:

Awesome Lists containing this project

README

          

# Caesar Cipher

![GitHub top language](https://img.shields.io/github/languages/top/CreativeRusBear/Caesar-Cipher)
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/CreativeRusBear/Caesar-Cipher)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/CreativeRusBear/Caesar-Cipher)
![GitHub repo size](https://img.shields.io/github/repo-size/CreativeRusBear/Caesar-Cipher)
![GitHub issues](https://img.shields.io/github/issues/CreativeRusBear/Caesar-Cipher)
![GitHub closed issues](https://img.shields.io/github/issues-closed/CreativeRusBear/Caesar-Cipher)
![GitHub pull requests](https://img.shields.io/github/issues-pr/CreativeRusBear/Caesar-Cipher)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/CreativeRusBear/Caesar-Cipher)
![GitHub](https://img.shields.io/github/license/CreativeRusBear/Caesar-Cipher)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/CreativeRusBear/Caesar-Cipher)
![GitHub package.json version](https://img.shields.io/github/package-json/v/CreativeRusBear/caesar-cipher)

## Introduction

**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.

## About application

It is a CLI application, that cipher input text.

![screencast](https://user-images.githubusercontent.com/37180024/88457248-92649f80-ce8d-11ea-99c1-0e90f33377cf.gif)

This application is created using :bookmark_tabs: :
* `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.

## Instructions :clipboard:

1. Download application and unpack it;
2. Move into unpack folder;
3. Run `terminal` inside this folder;
4. Run next command: `npm run start`.

## License

**Caesar Cipher** is open-sourced software licensed under the MIT License (MIT). Please see [License File](LICENSE) for more information

## Conclusion

If you still have questions about the work of this application :grey_question: or you have cool ideas for improvement :boom:, please write to me :email:.

If you find a bug :bug:, please create an appropriate issue with detailed information about it :speech_balloon:.

Thanks!