@kazordoon/caesarcipher

1.0.1 • Public • Published

nodejs-caesar-cipher

kazordoon

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 - JavaScript runtime environment that executes JavaScript code server-side

Versioning

For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Package Sidebar

Install

npm i @kazordoon/caesarcipher

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

7.37 kB

Total Files

9

Last publish

Collaborators

  • kazordoon