acronymresolver
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

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]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.7
    36
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.7
    36
  • 1.1.2
    0
  • 1.1.1
    4
  • 1.1.0
    0

Package Sidebar

Install

npm i acronymresolver

Weekly Downloads

7

Version

1.1.7

License

MIT

Unpacked Size

147 kB

Total Files

9

Last publish

Collaborators

  • tmuniversal