https://github.com/diegorbaquero/node-1337
Node leet speak conversion
https://github.com/diegorbaquero/node-1337
1337 cli l33t leet leetspeak speak
Last synced: 10 months ago
JSON representation
Node leet speak conversion
- Host: GitHub
- URL: https://github.com/diegorbaquero/node-1337
- Owner: DiegoRBaquero
- License: mit
- Created: 2016-04-01T19:40:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T01:47:24.000Z (over 1 year ago)
- Last Synced: 2025-09-07T06:31:14.786Z (10 months ago)
- Topics: 1337, cli, l33t, leet, leetspeak, speak
- Language: JavaScript
- Size: 23.4 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1337 [](https://npmjs.org/package/1337) [](https://npmjs.org/package/1337) [](http://standardjs.com/) [](LICENSE)
#### Convert your text into leet speak
## Installation
To install 1337 for use in node or the browser with require('1337')
```bash
npm install 1337
```
To install as a CLI program
```bash
npm install -g 1337
```
## Usage
In node or the browser with require('1337)
```js
const l33t = require('1337')
console.log(l33t("Leetspeak")) // Outputs 13375p34k
```
As a CLI program
```bash
l33t Leetspeak // Outputs 13375p34k
```