backronym
v1.0.1
Published
Generate funny names from acronyms
Downloads
2
Readme
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)