https://github.com/anandchowdhary/strotate
🔄 Rotate strings with ROT13
https://github.com/anandchowdhary/strotate
javascript rot13 rotation string-manipulation typescript
Last synced: 3 months ago
JSON representation
🔄 Rotate strings with ROT13
- Host: GitHub
- URL: https://github.com/anandchowdhary/strotate
- Owner: AnandChowdhary
- License: unlicense
- Created: 2019-04-18T17:57:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:54:21.000Z (over 1 year ago)
- Last Synced: 2025-06-29T10:41:53.352Z (3 months ago)
- Topics: javascript, rot13, rotation, string-manipulation, typescript
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/strotate/
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🔄 Strotate
[](https://travis-ci.org/AnandChowdhary/strotate)
[](https://coveralls.io/github/AnandChowdhary/strotate?branch=master)
[](https://github.com/AnandChowdhary/strotate/blob/master/LICENSE)

[](https://www.npmjs.com/package/strotate)Rotate your strings with Strotate.
## ⭐ Getting started
Install the library as a dependency:
```bash
npm install strotate
```Or, if you're using Yarn:
```bash
yarn add strotate
```Then import functions:
```js
import { rot13, unRot13 } from "strotate";
```And start using it:
```js
const rotated = rot13("Hello!");
```You can also use a CDN:
```html
```
## 📝 License
Unlicense (public domain, do whatever you want)