backronym

1.0.1 • Public • Published

Backronym

Generate sayings from acronyms

What is a backronym? https://en.wikipedia.org/wiki/Backronym

Installation

Use npm/yarn to install

npm install backronym --save

Usage

import Backronym from 'backronym';
 
const result = Backronym.create('CIA');
// result = 'Cinematography Irruptively Altered';

Road Map

  • Uses all english words (sometimes complicated) need to refine the list of words
  • Restrict bad words
  • Add the ability to use our own words
  • Spanish friendly
  • Additional intelligence with the words (building better sentences)

Readme

Keywords

none

Package Sidebar

Install

npm i backronym

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tylergarlick