AnandChowdhary / strotate

πŸ”„ Rotate strings with ROT13

Home Page:https://anandchowdhary.github.io/strotate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”„ 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)

About

πŸ”„ Rotate strings with ROT13

https://anandchowdhary.github.io/strotate/

License:The Unlicense


Languages

Language:TypeScript 100.0%