1.0.1 • Published 6 years ago

joeyify v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Joeyify

Unreliable automatic thesaurus inspired by "Friends" Joey Tribbiani writing skills

Joeify uses node-thesaurus library https://github.com/daizoru/node-thesaurus

Installation

npm install joeyify --save

Usage

  const joeyify = require("./joeyify");
  const text = "Cheese, qwertyuiop. Boring workout.";

  console.log(joeyify(text));  //Dairy product, qwertyuiop. Deadening exercise.

Tests

npm test