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

https://github.com/seniru/numbers-inside-words

Module to do number words like M1n3cr4ft
https://github.com/seniru/numbers-inside-words

Last synced: 3 months ago
JSON representation

Module to do number words like M1n3cr4ft

Awesome Lists containing this project

README

        

# Numbers inside Words
### Module to do number words like M1n3cr4ft
----
## Usage
```js
var package = require("numbers-inside-words");
package.create("minecraft");
// outputs m1n3cr4ft
```
### you can test it with runkit right here on this page