backronym

v1.0.0
Generate funny names from acronyms

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)

Metadata

  • MIT
  • Whatever
  • Tyler Garlick
  • released 2/8/2017

Downloads

Maintainers