Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anandchowdhary/strotate
- Owner: AnandChowdhary
- License: unlicense
- Created: 2019-04-18T17:57:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:54:21.000Z (5 months ago)
- Last Synced: 2024-10-04T18:21:13.201Z (about 2 months ago)
- Topics: javascript, rot13, rotation, string-manipulation, typescript
- Language: TypeScript
- Homepage: https://anandchowdhary.github.io/strotate/
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)