1.1.7 • Published 3 years ago

acronymresolver v1.1.7

Weekly downloads
1,206
License
MIT
Repository
github
Last release
3 years ago

Acronym Resolver

Acronym Resolver can turn acronyms into randomly picked words.

Example: TEST would turn into four words corresponding to a letter in TEST. These words are randomized, but here is an example: TEST -> The Encyclopedia Shoes Textile

This is entirely meant for fun.

Installation

npm install --save acronymresolver

This will install the module into your project

Usage

In your program

const acronymResolver = require('acronymresolver')

console.log(acronymResolver('<your text>'))

The acronym-resolver module returns a function that accepts one argument.

Command Line

In a terminal of your choice: node cli.js [your text]

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago