0.0.2 • Published 8 years ago

@awdesh/caesar-cipher v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.