Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vdegenne/dummy-caesar

A dummy caesar function for Node.js.
https://github.com/vdegenne/dummy-caesar

Last synced: about 2 months ago
JSON representation

A dummy caesar function for Node.js.

Awesome Lists containing this project

README

        

# dummy-caesar

A dummy caesar function.

## Usage

```javascript
import {caesar} from 'dummy-caesar';

caesar('apple', 0); // 'apple'
caesar('apple', 1); // 'bqqmf'
caesar('cat', 10); // 'mkd'
```

You are in full rights to hate this package.