Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anandchowdhary/strotate

🔄 Rotate strings with ROT13
https://github.com/anandchowdhary/strotate

javascript rot13 rotation string-manipulation typescript

Last synced: 28 days ago
JSON representation

🔄 Rotate strings with ROT13

Awesome Lists containing this project

README

        

# 🔄 Strotate

[![Travis CI](https://img.shields.io/travis/AnandChowdhary/strotate.svg)](https://travis-ci.org/AnandChowdhary/strotate)
[![Coverage Status](https://coveralls.io/repos/github/AnandChowdhary/strotate/badge.svg?branch=master)](https://coveralls.io/github/AnandChowdhary/strotate?branch=master)
[![GitHub](https://img.shields.io/github/license/anandchowdhary/strotate.svg)](https://github.com/AnandChowdhary/strotate/blob/master/LICENSE)
![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/AnandChowdhary/strotate.svg)
[![Minzipped size](https://img.shields.io/bundlephobia/minzip/strotate.svg)](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)