@awdesh/caesar-cipher

0.0.2 • Public • Published

Caesar-s-Cipher Build Status Coverage Status

============================================================== Node module to encode string. A small library that encodes string by shifting characters in a string.

Installation

npm install @awdesh/caesar-cipher

Usage

var cipher = require('@awdesh/caesar-cipher');

var encodedStr = cipher('SERR');

Output should be FREE

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @awdesh/caesar-cipher

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • awdesh