Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviaryan/typ3r.js
🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or
https://github.com/aviaryan/typ3r.js
javascript nodejs npm text-processing
Last synced: 9 days ago
JSON representation
🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or
- Host: GitHub
- URL: https://github.com/aviaryan/typ3r.js
- Owner: aviaryan
- License: mit
- Created: 2017-06-07T19:32:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T18:32:09.000Z (over 7 years ago)
- Last Synced: 2024-10-07T17:05:02.671Z (30 days ago)
- Topics: javascript, nodejs, npm, text-processing
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# typ3r.js
[![npm](https://img.shields.io/npm/v/typ3r.svg)](https://www.npmjs.com/package/typ3r)
[![npm](https://img.shields.io/npm/dm/typ3r.svg)](https://www.npmjs.com/package/typ3r)
[![npm](https://img.shields.io/npm/l/typ3r.svg)]()typ3r converts sane human readable text to a not s0 hUMaN Re@dAbLE t3xT. A web app using this library is available at [typ3r.aavi.me](http://typ3r.aavi.me/).
Example
#### Input
```
This is a normal sane piece of text written by the author of this lib.
What you do with it is none of my business.
```#### Output
```
dIS 1S a NoRMaL sAnE PIeC3 0F t3xT wrITTEN bY da AuThoR oF thIS lIb.
waT u D0 wid 1T iZz noNe of maH BuS1neSs.
```## Installation
```
npm install typ3r
```## Using
```js
const typ3r = require("typ3r")
console.log(typ3r("I was a good text"))
// i wAs A gOOD t3xT
```----
🍻