Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T13:12:17.000Z (5 months ago)
- Last Synced: 2024-10-29T01:19:01.545Z (21 days 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
[![npm version](https://badge.fury.io/js/%40kazordoon%2Fcaesarcipher.svg)](https://badge.fury.io/js/%40kazordoon%2Fcaesarcipher)[![kazordoon](https://circleci.com/gh/kazordoon/nodejs-caesar-cipher.svg?style=svg)](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.