Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alexdevero/leet-speak-converter

Open more actions menu

Repository files navigation

Dependency Status devDependency Status MIT License

Built by DEVERO Current release

l33t speak converter

A simple utility to convert text into l33t speak. You can test it here.

Table of contents

Install

$ npm install leet-speak-converter

Or if you prefer using Yarn:

$ yarn add leet-speak-converter

Or you can also clone this repo

$ git clone https://github.com/alexdevero/leet-speak-converter.git

Usage

Use l33t converter in your code

// Import converter
// convertInput: converts text to leet
// convertInputReverse: converts leet to text
const { convertInput, convertInputReverse } = require('./leet-converter')

// Convert text to leet
// text: string
// useAdvanced: string - 'Y' or 'N'
convertInput(text, useAdvanced)

// Convert leet to text
// text: string
convertInputReverse(text)

Run CLI version (in command line)

$ npm run start:cli

Or if you prefer using Yarn:

$ yarn run start:cli

Run web version (on locahost, port 1337) use

$ npm run start:web

Or if you prefer using Yarn:

$ yarn run start:web

Support this project

Development and maintenance of this project takes a lot of time. If you want to support this project and help its author, there are few ways you can do it:

  • Starring and sharing the project
  • Donate—make one-time donations via PayPal.
  • Donate—set up monthly donation via Patreon and get interesting news about what I'm doing.
  • Releases—send bitcoins or ethereum to this address: 19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp.

Thank you!

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

MIT © Alex Devero.

About

A simple utility to convert text into leet speak.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.