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

https://github.com/diegorbaquero/node-1337

Node leet speak conversion
https://github.com/diegorbaquero/node-1337

1337 cli l33t leet leetspeak speak

Last synced: 4 months ago
JSON representation

Node leet speak conversion

Awesome Lists containing this project

README

        

# 1337 [![npm](https://img.shields.io/npm/v/1337.svg)](https://npmjs.org/package/1337) [![downloads](https://img.shields.io/npm/dm/1337.svg)](https://npmjs.org/package/1337) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm](https://img.shields.io/npm/l/1337.svg)](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
```