Skip to content

AnandChowdhary/strotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

๐Ÿ”„ Strotate

Travis CI Coverage Status GitHub Vulnerabilities Minzipped size

Rotate your strings with Strotate.

โญ Getting started

Install the library as a dependency:

npm install strotate

Or, if you're using Yarn:

yarn add strotate

Then import functions:

import { rot13, unRot13 } from "strotate";

And start using it:

const rotated = rot13("Hello!");

You can also use a CDN:

<script src="https://unpkg.com/strotate"></script>

๐Ÿ“ License

Unlicense (public domain, do whatever you want)