1.0.1 • Published 7 years ago

backronym v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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)