cowpea
v1.6.0
Published
Find synonyms that rhyme, a tool for poets.
Downloads
18
Readme
cowpea
Find synonyms that rhyme, a tool for poets.
Installation
npm i cowpea;
Usage
import cowpea from 'cowpea';
await cowpea.find('frozen', 'aged');
[
{
"word": [
"frozen",
"aged"
],
"swap": [
"cold",
"old"
],
"description": "frozen/aged: Instead of frozen use cold, instead of aged use old. Then rhyme cold with old."
}
]