cowpea
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

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."
  }
]

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cowpea

    Weekly Downloads

    1

    Version

    1.4.0

    License

    ISC

    Unpacked Size

    38.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • fantasyui.com